Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1221545

    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

    #1221763

    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

    #1223326

    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.

    #1223535

    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

    #1223615

    You can close. Just wondering why the CSS editor works for some edits but for others, I need to edit the PHP?

    #1223659

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.