How to fix the widgets font title color??

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

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

    peterpohls Member

    Joined:
    Feb 5, 2012
    Messages:
    84
    Likes Received:
    1
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .sidebar_wrap .sidebar h4, .content_wrap .post .p_meta li a {
    color: put your color value;
    }
    This will solve your problem.

    Thanks.
     
    peterpohls likes this.
  3. peterpohls

    peterpohls Member

    Joined:
    Feb 5, 2012
    Messages:
    84
    Likes Received:
    1
    Nice, good job, excellent support,
     
Thread Status:
Not open for further replies.

Share This Page