On the mobile I have set up a button sub nav but they are individual full width buttons. Didn’t like the style of the full width sub menu. Is there a way to set it up so that the button changes color to dark gray so you know which page your on. Just not sure how to stylize that in css.
Thanks.
Hey bensondesign,
Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
Yigit
Thanks for taking a look.
Hi,
I get a 404 error page on the link you posted, could you check please?
Thanks,
Rikard
Let me know if you can see these.
Hi,
Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your button which is linked to your current page and give it a custom CSS class and then add code block element to your page and add following code inside it
<style>.your-custom-class {
background: #f2f2f2 !important;
}</style>
Best regards,
Yigit
Thanks for the reply. I will try this and let you know if I have any issues. Great Support as always.