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*

Reply To: Change Menu text color and font in Attitude Pro

#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!