Okay
  Public Ticket #2722780
Changing socials in header menu and capitals letters
Closed

Comments

  • Martin Kořínek started the conversation

    Hello, 

    i cant find these two settings

    1) Where i can show / hide social icons in header menu?

    2) Where i can cancel capital letters in every new word?

    Check screen for more info,

    Thanks for help! :-)

  •  2,723
    Andrew replied

    Hi Martin,

    Thanks for reaching out to us.

    1. You can show/hide social icons by tuning on and off this option:

    6740708024.png

    2. You can remove the capital letters using this css:

    .sf-menu, .sf-menu * {
        text-transform: lowercase;
    }

    Thanks.

  • Martin Kořínek replied

    Hello,

    thanks for help, socials works, but second answer doesnt worked. 

    I copy css code and nothing happend, can you check screen in attachment and tell me if i doing it right?

    Thanks! :-)

  •  2,723
    Andrew replied

    Hi Martin,

    The css code was meant for the menu items you highlighted on your screenshot and this you add the css in the css custom code located under Salient > General Settings > CSS/Script Related.

    Thanks.