Hi, How can I change the text color of the menu?

Discussion in 'BizWay WordPress Theme' started by glucena, Apr 3, 2014.

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

    glucena Member

    Joined:
    Nov 11, 2013
    Messages:
    56
    Likes Received:
    12
    Hi, How can I change the text color of the menu?

    I use the BIZWAY Theme.

    Best regards,
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu .ddsmoothmenu li a {
    color: red;
    } 
    In place of "red" you can put your color or color code.
    This will solve your issue.
     
  3. glucena

    glucena Member

    Joined:
    Nov 11, 2013
    Messages:
    56
    Likes Received:
    12
    Many Many Many Thanks.
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page