Home › Forums › WoodMart support forum › Menu Changes
Menu Changes
- This topic has 4 replies, 2 voices, and was last updated 4 weeks, 1 day ago by Bogdan Donovan.
-
AuthorPosts
-
December 9, 2024 at 12:55 am #620589
websitecolorsParticipantHi
I use this code to, I don’t know if it will be the best… 🙂
Change the background color of the header to transparent
.whb-general-header {
background-color: rgba(250, 250, 250, 0);
}Change the Background color of the Sticky header
.whb-sticky-shadow.whb-sticked .whb-row:last-child {
border-bottom: none;
background-color: #aa923a !important;
}How can i chage te menu colors?
TOP BAR:
– Change Menu color
– Change Menu color hoverMain Header
– Menu Color active
– Menu Color
– Menu Color HoverMain Heade Sticky
– Menu Color active
– Menu Color
– Menu Color HoverI use Templae – vegetables
Thanks
Best Regards
December 9, 2024 at 1:13 am #620595
websitecolorsParticipantDecember 9, 2024 at 11:14 am #620675
Bogdan DonovanKeymasterHi,
Could you please send us a link to your website so we can check how it is set up?
Kind Regards
December 9, 2024 at 2:27 pm #620811
websitecolorsParticipantHi Bogdan
I send the info (extra info)
Thanks
December 9, 2024 at 3:36 pm #620864
Bogdan DonovanKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings:
/* GENERAL HEADER ROW BACKGROUND COLOR & BORDER */ body .whb-general-header { background-color: transparent; border-bottom: none; } /* STICKY HEADER ROW BACKGROUND COLOR */ body .whb-header.whb-sticked .whb-general-header { background-color: #aa923a; } /* TOPBAR HEADER ROW NAV COLOR */ body .whb-top-bar .wd-nav.wd-style-default { --nav-color: green; --nav-color-hover: orange; --nav-color-active: pink; --nav-chevron-color: white; } /* GENERAL HEADER ROW NAV COLOR */ body .whb-general-header .wd-nav.wd-style-default { --nav-color: white; --nav-color-hover: red; --nav-color-active: blue; --nav-chevron-color: white; } /* STICKY HEADER ROW NAV COLOR */ body .whb-header.whb-sticked .whb-general-header .wd-nav.wd-style-default { --nav-color: green; --nav-color-hover: orange; --nav-color-active: pink; --nav-chevron-color: white; }
Kind Regards
-
AuthorPosts
Tagged: header menu
- You must be logged in to create new topics. Login / Register