Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1270646

    Hi,
    I’ve got these pages with a Full Width Sub Menu, in mobile version it shrinks in burger icon (wich is fine to me) but with generic title “Menu”.
    I wonder to change the word “Menu” with another word (e.g. “Shop”), is it possible ?

    Thank you.

    • This topic was modified 3 years, 9 months ago by davideroppo.
    #1270785

    Hey davideroppo,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1270918

    Hi, the website is newsoundhifi.com

    screenshot of the issue

    #1272137

    Hi,
    Sorry for the very late reply and thanks for the screenshot and link. Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 766px) { 
    #sub_menu1 > div > a > span.av-current-placeholder:before {
    	 content: "Shop" !important;
    	 font-size: 14px;
    	 position: absolute !important;
    }
    #sub_menu1 > div > a > span.av-current-placeholder {
    	 font-size: 0 !important;
    	 margin-left: 10px !important;
    }
    }

    After applying the css, please clear your browser cache and check.
    2021-01-13_055647.jpg

    Best regards,
    Mike

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