Okay
  Public Ticket #2541699
Page Submenu
Closed

Comments

  •  9
    Shane started the conversation

    Hi guys!

    Is it possible to rename the Page Submenu to something other than Menu when seen on mobile?

    Thank you, Shane :)

  •  9
    Shane replied

    ... and what typography setting changes the font size to that menu?

  •  8,851
    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):

    .page-submenu {
        font-size: 18px !important;
    }


    Try using this Plugin : https://wordpress.org/plugins/say-what/ . 

    In The "Text Domain" field write "salient" without quotes . If you are trying to change woocommerce words  add "woocommerce" in "Text domain" . The fields are case-sensitive .

    9799383690.png



    Thanks 


    ThemeNectar Support Team