Hello – can you please give me a css on how to make the menu item in another color/or bold when visiting the specific page,
This Is concerning the Fullwith Submenu.
Hey limedrop,
Please try the following in Quick CSS under Enfold->General Styling:
#menu-it-avdeling .current_page_item a {
font-weight: bold;
color: red;
}
Best regards,
Rikard