Can you direct me to where I can change the font color of the selected menu in the header. As you can see on the website, "home" is black but I want it to be white or gray.
As you can see the color of the menu when selected is in black and gray, it is receiving the color set for the site at Appearance-> Themeoption-> Styling-> Primary-color You can change it when selecting the color here but it will change the color of many other parts (you can try it to test) If you just want to change the menu color when active, you can add the following css attribute to Appearance-> customize-> Additional Css
Hello,
Can you direct me to where I can change the font color of the selected menu in the header. As you can see on the website, "home" is black but I want it to be white or gray.
Hi Abraham Yosief !
As you can see the color of the menu when selected is in black and gray, it is receiving the color set for the site at Appearance-> Themeoption-> Styling-> Primary-color
You can change it when selecting the color here but it will change the color of many other parts (you can try it to test)
If you just want to change the menu color when active, you can add the following css attribute to Appearance-> customize-> Additional Css
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item.current_page_item > .item_link > .link_content > .link_text {
color: #fff !important;
}
where #fff (white) is the color code that you want to change
thank you
Works perfect. Thanks Kevin
Hi Abraham Yosief
You're welcome,
thank you