BlogsTrend - Change Dropdown nav font color

Discussion in 'BlogsTrend WordPress Theme' started by atlasprowriter, Jul 3, 2013.

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

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
    Hi. I would like to change the font color in the categories dropdown. The gray on gray format is difficult to read. I would like to change both the background color and the font color.

    Thanks!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited{
    color: red;
    background-color:yellow;
    }
    #menu .ddsmoothmenu li li {
    background: yellow;
    }
    You can put your color or color code in place of "red" and "yellow".
    This will solve your issue.
     
  3. atlasprowriter

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
    Worked great. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page