Child Page Font Color used in Headline

Discussion in 'Cloriato WordPress Theme' started by gcbox, Mar 18, 2013.

  1. gcbox

    gcbox New Member

    Joined:
    Mar 11, 2013
    Messages:
    6
    Likes Received:
    0
    How do I change the color of the headline on the child pages. Please see that attached link, I want the word design to be in the same color blue as the the other pages. I'd also like the headlines on all of the other child pages the same color blue as well.

    http://new.gcbox.com/?page_id=42
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .content_wrapper .fullwidth h1, .content_wrapper .fullwidth-page h1 {
    color: #006d88;
    }
    .content h2 {
    color: #006d88;
    }
    This will solve your issue.
     

Share This Page