Hello, I am trying to make my submenu links uppercase – wondering if there is anywhere I can do this in the settings, or if I need to add custom css.
Thanks!
theite.com.au
Hey Mary,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .sub-menu .avia-menu-text {
text-transform: uppercase;
}
If you need further assistance please let us know.
Best regards,
Victoria
That worked thank you! Except using it in the CSS editor through the theme doesn’t work. I just need to go directly to the PHP file.
Hi,
Yes the PHP file is likely taking precedence. Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
You can close. Just wondering why the CSS editor works for some edits but for others, I need to edit the PHP?
Hi Mary,
Could you please elaborate? Which PHP file are you editing? Simply adding custom CSS code to either Enfold theme options > General Styling > Quick CSS field or Style.css file of your child theme should work.
There might be CSS error which would break your CSS and you can check if that is the case using a site like this – http://csslint.net/.
If you would like us to look into it, please create temporary admin logins and post them here privately :)
Best regards,
Yigit