text font color in sidebars

Discussion in 'BlogsTrend WordPress Theme' started by faceless4all, Feb 7, 2015.

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

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Good Day !
    In the homepage sidebar area menu category navigation labels / text title for categories and pages etc, is just like the theme color I choose, green, so that is good.

    In all other pages, the sidebar menu category navigation labels / text title for categories and pages etc, is not good, it does not show in my 'green' theme color
    Appreciate your assistance.
    Thanks,
    Jo.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Jo,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sidebar_wrapper h4 {
      color: green;
    }
    .sidebar_wrapper a {
      color: green !important;
    }
    
    Change color according to your requirement.

    Thanks & Regards
    Pramod
     
  3. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Hello Pramod,
    Works great, Thanks!
     
Thread Status:
Not open for further replies.

Share This Page