Home Forums WoodMart support forum bg main menu

bg main menu

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #219861

    alfonsofdez
    Participant

    Hi,
    I would like to have some bg-color main menu.
    Just like that page.
    I can not get with it
    May any help or some clue?
    Thanks Regards

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

    Hello,

    I saw the screenshot you attached. To add a background color to the menu item.

    Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-primary-menu .woodmart-nav-link:hover {
    	background: black;
    	color: white !important;
    }

    Regard’s.
    Xtemos Studio.

    #220035

    alfonsofdez
    Participant

    Hi,
    yes it’s works
    but i would like the black background to be kept for the page I’m currently browsing.
    Just like in this example.
    May any help if It is posible?
    Thanks Regards

    #220036

    alfonsofdez
    Participant

    I forget to submit the page I said

    https://addons.prestashop.com/demo/FO35278.html

    Thanks again Regards

    #220048

    Hello,

    You are Most Welcome.

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

    .whb-primary-menu.navigation-style-default .current-menu-item > a {
    color: white !important;
    background: black !important;
    }

    Best Regards.

    #220092

    alfonsofdez
    Participant

    Hi,

    Nice! It works exactly like I want

    Thanks Regards

    #220101

    alfonsofdez
    Participant

    Hi,

    maybe It is too much,

    but i would like the black background to be kept for HOME during I’m on an simple-product page

    May any help? It is possible?
    Thanks Regards

    #220105

    alfonsofdez
    Participant

    Hi again,

    Maybe I can make me explain

    I would like to keep black bg-color on HOME, when the client is in some default part of the web that it is not on main menu.

    Thanks Regards

    #220186

    Hello,

    You are welcome.

    Actually in the link you provided the background color only at the homepage no matter which page you are on.

    If you want to add the background color to the home link only then remove the previous CSS and add the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    #menu-item-390 .woodmart-nav-link {
    color: white;
    background: black;
    }

    Best Regards.

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