Home Forums WoodMart support forum Category Menu

Category Menu

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

    brgreene
    Participant

    1. IS there away to change “Browse Categories” to something else?
    2. Is it possible to have the text change when highlighted instead of the white bar? So that Furniture changes from black to white when you hover the mouse over it.
    3. Is it possible to make this menu stay open (Expanded) on all pages?

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

    Hello,

    1. You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you rewrite your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    2. Please add this code to the Theme Settings > Custom CSS > Global:

    body .vertical-navigation .item-level-0 > a:hover {
        background-color: yellow;
        color: red;
    }

    Set the colors as per your needs.

    3. You need to enter each page and set this option “Open categories menu – Always shows categories navigation on this page;” https://xtemos.com/docs/woodmart/options-for-pages/

    Best Regards

    #133829

    brgreene
    Participant

    3. Is there a way to move the page information to the right to make room for the Categories being expanded all the time?

    #133852

    Hello,

    Do you mean the full-width of Browse category for the whole width of the page? You can do it in the content by means of the Mega menu widget in the WP Bakery page builder https://xtemos.com/docs/woodmart/shortcodes-2/

    This demo shows this element https://woodmart.xtemos.com/demo-fashion/demo/fashion/ there two columns the left one contains the widget, if you make the column full width, Browse category will take all the space.

    Best Regaards

Tagged: 

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