Menu Font Color

Discussion in 'BizWay WordPress Theme' started by bigtflyer, Jan 28, 2014.

  1. bigtflyer

    bigtflyer New Member

    Joined:
    Jan 19, 2014
    Messages:
    29
    Likes Received:
    0
    Hello!

    Is there a way to change the font color on the font in the menu?

    Also I would like to change the font on just one of my page titles in my menu... is that possible to isolate just one and make it a different color?

    My site is damageawayusa.com/wordpress

    Thanks!

    Tim
     
  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;
    }
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a{
    color: red! important;
    } 


    Could you please tell us that which menu you want to change the color to different.
     
  3. bigtflyer

    bigtflyer New Member

    Joined:
    Jan 19, 2014
    Messages:
    29
    Likes Received:
    0
    Thanks!

    The page on the menu I want to change the color for is for the number (877-243-5663).

    Thanks for the help!

    Tim
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
     #menu-item-91 a {
    color: red!important;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page