Home Forums WoodMart support forum Categories Menu

Categories Menu

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

    Damiantos
    Participant

    i want to change the name of the categories menu to something else how can i do this without a plugin as a whole plugin for a tiny name change is crazy.

    I also want to remove compare from the menu as we do not use it.

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

    Hello,

    Here is a video tutorial that should help you edit these texts on your website with a Loco Translate plugin in a right way
    https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    If you want to change the text without the loco translate plugin then you can Edit the.PO file of the Theme using Poedit software then uploads it back on the website.

    2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-nav-mobile li.menu-item-compare {
        display: none;
    }

    Best Regards

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