Okay
  Public Ticket #1999872
Changing button text transform
Closed

Comments

  • PernillaFortner started the conversation

    Hello again,

    I'm trying to remove the capitalisation for all buttons but I can't seem to get it to work. This is what I've tried. I've also tried with just .nectar-button to make it global.

    .nectar-button .large .regular .accent-color .regular-button {
        text-transform: none !important;
    }


  •  8,994
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-button.large.regular.accent-color.regular-button {
        text-transform: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • PernillaFortner replied

    Thanks so much! How annoying I was missing the spaces and didn't think of it. Thanks!