page title font color

Discussion in 'GoldenEagle WordPress Theme' started by returning glory, Mar 3, 2013.

  1. returning glory

    returning glory New Member

    Joined:
    Feb 5, 2013
    Messages:
    17
    Likes Received:
    0
    I have previously changed the white highlight box that appears behind every page title to a custom color. However now the font inside the colored box is black and difficult to read. Can I change the color of the page title font that is inside that highlighted box?

    for reference: http://www.returningglory.com/the-hope/
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-content .content-bar h1.page-title a, .page-content h1.page-title a {
    color: white;
    }
     

Share This Page