Home › Forums › WoodMart support forum › Header menu transparent, how do I make the sticky header different?
Header menu transparent, how do I make the sticky header different?
- This topic has 3 replies, 2 voices, and was last updated 5 years, 4 months ago by Elise Noromit.
-
AuthorPosts
-
July 13, 2019 at 12:48 pm #132527
ArenarParticipantHi,
I have set my main menu as a transparent background, though I want to change my sticky header to have a white background (no transparency) with black text (also the woocommerce icons).
How do I go about doing this?
July 13, 2019 at 3:20 pm #132551
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
/*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 }
Replace the colors as per your need
Best Regards
July 14, 2019 at 12:02 pm #132619
ArenarParticipantThank you for providing this.
Though I have decided to keep the header and stick both white. Though the text and icons for both is still white, can i change this to black?
July 14, 2019 at 1:49 pm #132628
Elise NoromitMemberHello,
Set the white background on the row settings and dark color scheme in the color tab https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register