Home › Forums › WoodMart – Premium Template › Sticky header background color
- You must be logged in to create new topics. Login / Register
Tagged: sticky header
This topic contains 5 replies, has 3 voices, and was last updated by Elise Noromit 1 month, 2 weeks ago.
-
AuthorPosts
-
September 17, 2019 at 4:41 pm #144710
Hi,
I am using Decor template the home page sticky header (header decor) is white whereas the other pages have transparent background (header decor overlap). I want to change background color for both but cant find the settings in the header builder.Private Content HiddenSeptember 17, 2019 at 7:44 pm #144734Hello,
You can set the custom header in the page settings. Please find how to do that here: https://xtemos.com/docs/woodmart/header-builder/set-different-header-specific-page/
Best Regards
September 23, 2019 at 12:54 pm #146123Hi,
I know how to change/create the headers, I’m asking how do I change the background color of the sticky header?
September 23, 2019 at 7:19 pm #146195Hello,
Thank you very much for choosing our theme and for contacting us.
There is no option to set the color for the sticky header, the sticky header is changed by custom CSS, you will have to change the color of the menu and other elements as well.
Please add this code to the Theme Settings > Custom CSS > Global:
/*sticky background*/ body .whb-sticked .whb-general-header { background-color: white; } /*sticky main menu color*/ body .whb-sticked .woodmart-navigation .item-level-0.current-menu-item>a{ color:yellow; } body .whb-sticked .woodmart-navigation .item-level-0>a{ color:yellow; } body .whb-sticked .woodmart-navigation .item-level-0>a{ color:orange; } body .whb-sticked .woodmart-navigation .item-level-0>a:hover{ color:yellow; } body .whb-sticked .woodmart-navigation .item-level-0.menu-item-has-children>a:after{ color:orange; } body .whb-sticked .woodmart-navigation .item-level-0.menu-item-has-children:hover >a:after{ color:yellow; } body .whb-sticked .woodmart-navigation .item-level-0>a .nav-link-text:after { background-color: yellow; } /*My Account*/ body .whb-sticked .woodmart-header-links .item-level-0>a { color: orange; } body .whb-sticked .woodmart-header-links .item-level-0>a:hover { color: yellow; } /*Search*/ body .whb-sticked .search-button >a { color: orange; } body .whb-sticked .search-button:hover>a { color: yellow; } /*wishlist*/ body .whb-sticked .woodmart-wishlist-info-widget .wishlist-icon { color:orange; } body .whb-sticked .woodmart-wishlist-info-widget .wishlist-count{ color: red; background-color: yellow; } /*cart*/ body .whb-sticked .woodmart-shopping-cart .woodmart-cart-icon { color:orange; } body .whb-sticked .woodmart-cart-design-5 .woodmart-cart-number{ color: red; background-color: yellow; } body .whb-sticked .woodmart-shopping-cart .woodmart-cart-subtotal .amount { color: red; } /*compare*/ body .whb-sticked .woodmart-compare-info-widget .compare-icon { color:orange; } body .whb-sticked .woodmart-compare-info-widget .compare-count{ color:yellow; background-color:orange } body .whb-sticked .woodmart-cart-design-2 .woodmart-cart-number{ color: yellow; background-color:orange }
Set the colors as per your needs.
Best Regards
March 2, 2021 at 1:35 pm #270391Hi xTemos! 🙂
I tried your code but in the sticky header the hover on dropdown links makes the links white, is there any way to make them black as the rest? thanks
Attachments:
You must be logged in to view attached files.March 2, 2021 at 8:38 pm #270448Hello,
I am checking your site the colors are the same on sticky and the default header: https://gyazo.com/10eae638c35f799a49f2492becd7e93c
Please clarify how can I see the problem. The code provided above contains the menu links on the hover.
Best Regards
-
AuthorPosts
You must be logged in to reply to this topic.
- You must be logged in to create new topics. Login / Register