Changing Drop-Down Menu Font in Elemental Theme (5.7)

Permalink
Greetings,

I am very happy with Concrete 5.7 and have started moving clients over into it. I'm comfortable editing css but get lost with php. Thank you for making such a great platform!

One question though . . . . In using the Elemental theme and customizing the default styles, I can't seem to figure out how to change the font for the auto-nav drop downs to match the font in auto-nav. It looks horrible as it is now, the font doesn't match and is much larger than the main navigation. How to I change the font for ALL auto-nav elements?

I can write a css value if I could work out what ID the DIV is using for the auto-nav. Anyone know what that is? When I look at generated page source all I see are style classes . . . . .

Thanks for any and all assistance with this, pulling my hair out here and trying not to break the site.

Edit: Added to the question.

1 Attachment

tranquilcomputer
 
tranquilcomputer replied on at Permalink Reply
tranquilcomputer
Answered my own question - I was able to edit the changes needed in concrete/themes/elemental/css/build/header.less

I hope this info helps someone else along the way!
mhawke replied on at Permalink Reply
mhawke
I have some bad news for you. Any changes you make to _anything_ inside the 'concrete' folder will get overwritten when you update your site to a new version of concrete5 (which is happening often right now as bugs are fixed). You need to make a copy of the Elemental theme and make any customizations to your copy. Here's a how-to:

https://www.concrete5.org/documentation/how-tos/designers/how-to-cop...