Home › Forums › WoodMart support forum › Cant change colors of sticky menu
Cant change colors of sticky menu
- This topic has 3 replies, 2 voices, and was last updated 5 years, 2 months ago by Elise Noromit.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
October 11, 2019 at 11:57 am #149643
gzelascoParticipantPlease assist
October 11, 2019 at 12:46 pm #149659
Elise NoromitMemberHello,
There is no option to change the colors on the sticky. You can do it with custom CSS.
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
October 11, 2019 at 1:09 pm #149662
gzelascoParticipantHi, The sticky menu font color is orange, how to i change?
October 11, 2019 at 2:43 pm #149688
Elise NoromitMemberHello,
You need to take your color code (use this source https://htmlcolorcodes.com/)and replace the keyword
yellow
with, for example,#000000
. Where instead#000000
is your color.Best Regards
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to create new topics. Login / Register