badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change Menu text color and font in Attitude Pro

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #39369
    ciaranhyde
    Participant

    Hi I have Attitude Pro installed and have tried to change the font weight and color in the theme editor but am not having any luck – could you give me the css for this please? Is the font inherited?

    #39396

    Hi Ciaranhyde,

    To Change Menu text color and font Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS then paste the following CSS code and Click on save all changes button:

    #access a,
    #access ul li ul li a,
    #access ul li.current-menu-item ul li a,
    #access ul li ul li.current-menu-item a,
    #access ul li.current_page_ancestor ul li a,
    #access ul li.current-menu-ancestor ul li a,
    #access ul li.current_page_item ul li a {
        color: #777;
        font-weight: normal;
    }

    Please change above HEX color code #777 for menu and change above font weight normal for font weight.

    Thank you!

    #61227
    Jude
    Participant

    This didn’t work for me.Here’s what I entered:

    #access a,
    #access ul li ul li a,
    #access ul li.current-menu-item ul li a,
    #access ul li ul li.current-menu-item a,
    #access ul li.current_page_ancestor ul li a,
    #access ul li.current-menu-ancestor ul li a,
    #access ul li.current_page_item ul li a {
        color: #F2f2f2;
        font-weight: normal;
    }
    .main-navigation a:hover,
    .main-navigation ul li.current-menu-item a,
    .main-navigation ul li.current_page_ancestor a,
    .main-navigation ul li.current-menu-ancestor a,
    .main-navigation ul li.current_page_item a,
    .main-navigation ul li:hover > a,
    .main-navigation ul li ul li a:hover,
    .main-navigation ul li ul li:hover > a,
    .main-navigation ul li.current-menu-item ul li a:hover {
    	color: #02EBFF;
    }

    Thanks, [email protected]

    #61265

    Welcome anytime @art

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.