Home Forums WoodMart support forum Remove text from Mobile bottom navbar

Remove text from Mobile bottom navbar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #503776

    kostas.royalty
    Participant

    Hello i would like to remove the text/title in my mobile bottom navbar and leave only the icons.

    How can I do that?

    Attachments:
    You must be logged in to view attached files.
    #503956

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    .wd-toolbar-label {
    display: none !important;
    }

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)