Home › Forums › WoodMart support forum › bg main menu
bg main menu
- This topic has 8 replies, 2 voices, and was last updated 4 years, 6 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
August 19, 2020 at 4:17 pm #219861
alfonsofdezParticipantHi,
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 RegardsAttachments:
You must be logged in to view attached files.August 20, 2020 at 6:54 am #219946
Aizaz Imtiaz AwanKeymasterHello,
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.August 20, 2020 at 12:05 pm #220035
alfonsofdezParticipantHi,
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 RegardsAugust 20, 2020 at 12:06 pm #220036
alfonsofdezParticipantI forget to submit the page I said
https://addons.prestashop.com/demo/FO35278.html
Thanks again Regards
August 20, 2020 at 12:43 pm #220048
Aizaz Imtiaz AwanKeymasterHello,
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.
August 20, 2020 at 2:51 pm #220092
alfonsofdezParticipantHi,
Nice! It works exactly like I want
Thanks Regards
August 20, 2020 at 3:16 pm #220101
alfonsofdezParticipantHi,
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 RegardsAugust 20, 2020 at 3:27 pm #220105
alfonsofdezParticipantHi 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
August 21, 2020 at 6:11 am #220186
Aizaz Imtiaz AwanKeymasterHello,
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.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register