Hello –
I can’t find too much information on how to style my Custom Menu that I added to a page: http://www.ostomy-org.dreamhosters.com/advocacy/
I would like to be able to change the link and hover colors. I don’t see this option in Advanced styling. Can you assist?
Thank you,
Kelly
Hey KellyKilgallon!
Are you refering at the top menu or the sidebar menu?
Sorry not clear exactly
Cheers!
Basilis
The custom menu I’d like to be able to style is on the left sidebar. Just not seeing where I can do this on the theme options or the Advanced styling options.
– kelly
Hi,
Please follow this to be able to add a CSS class to all builder elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, then add a class to the elements you want to apply CSS to. Then you can use CSS like this in Quick CSS:
.your-class a {
color:red !important;
}
.your-class a::hover {
color:red !important;
}
Best regards,
Rikard
Thanks for the help but this not a custom builder element that can have a class added to it – it’s a custom widget that is placed in a page via Avia layout elements. There is no where to add styling to it. Am I doing something wrong?
http://www.ostomy-org.dreamhosters.com/wp-content/uploads/2017/04/ost.jpg
Hi,
Thanks for the feedback, please try this CSS instead:
#nav_menu-3 a {
color:red !important;
}
#nav_menu-3 a::hover {
color:red !important;
}
Best regards,
Rikard
That did it. Learned a lot along the way too. Appreciate it!
You can close this thread.
Hi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
Nikko