Hello,
I am looking to change the color of the active page link. I am using the Full Width Submenu element in the layout builder to build the menu. Is there anyway to do this?
Thanks!
Hey Pappasdg!
Can you please post the link to your page so we can provide you an accurate custom CSS code?
Regards,
Yigit
Sure thing
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-75 .av-submenu-container .menu-item-top-level-1 a {
color: orange;
}
Cheers!
Yigit
Perfect Thanks!