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

    Is there a way to change the generic “menu” title of the sub-menu nav? I’ve set the option “Mobile Menu Display” to “display an option to open a menu (works best when there are a lot of menu items”. So on mobile now, it says “menu” i’d rather it say “categories”.

    #634277

    Hey!

    Try adding this code to the Quick CSS:

    #top #wrap_all .av-current-placeholder {
        font-size: 0;
    }
    
    #top #wrap_all .av-current-placeholder:before{
        content: "Categories";
        font-size: 14px;
        vertical-align: bottom;
    }

    Cheers! 
    Josue

    #634723

    that’s it! thanks!

    #634782

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘change title of full width sub menu (from "menu")’ is closed to new replies.