How to change the font color in secondary pages?

Discussion in 'Regal WordPress Theme' started by peterpohls, Jan 18, 2013.

Thread Status:
Not open for further replies.
  1. peterpohls

    peterpohls Member

    Joined:
    Feb 5, 2012
    Messages:
    84
    Likes Received:
    1
  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_title {
    color: white;
    }
    #commentsbox h3 {
    color: white;
    }
    #respond label {
    color: white;
    }
    .sd-title {
    color: white;
    }
    .content p {
    color: white;
    }
    .content_wrap p {
    color: white;
    }
     
    peterpohls likes this.
  3. peterpohls

    peterpohls Member

    Joined:
    Feb 5, 2012
    Messages:
    84
    Likes Received:
    1
    Thank You!, :)
    Excellent!!
     
Thread Status:
Not open for further replies.

Share This Page