Page titles - custom font

Discussion in 'GoldenEagle WordPress Theme' started by returning glory, Feb 27, 2013.

Thread Status:
Not open for further replies.
  1. returning glory

    returning glory New Member

    Joined:
    Feb 5, 2013
    Messages:
    17
    Likes Received:
    0
    On my individual pages, they display the title in a white box with a double dashed line running horizontal across the screen. My question is
    1. How can I change the font of that title on all my pages?
    2. Can I erase the white box that highlights the title?

    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 {
    font-family:your font type;
    background:none;
    }
     
  3. returning glory

    returning glory New Member

    Joined:
    Feb 5, 2013
    Messages:
    17
    Likes Received:
    0
    Thank you for your help - worked
     
Thread Status:
Not open for further replies.

Share This Page