Home / Forums / WoodMart support forum / How to change the sticky header backgound color
Home › Forums › WoodMart support forum › How to change the sticky header backgound color
How to change the sticky header backgound color
- This topic has 12 replies, 2 voices, and was last updated 1 year, 8 months ago by
Hung Pham.
-
AuthorPosts
-
October 29, 2024 at 3:15 pm #608436
HARSLEParticipanthow to change the sticky header background color for different headers
October 29, 2024 at 5:34 pm #608482
Hung PhamParticipantHi HARSLE,
Thanks for reaching to us.
It seems you changed background color of sticky header, please confirm me back https://ibb.co/sb7kpJ4
Regards,
October 29, 2024 at 5:51 pm #608494
HARSLEParticipantyes, but it is for all sticky header, I need to change the color for specific sticky header
October 30, 2024 at 8:30 am #608587
HARSLEParticipantCan I change the sticky head color and the buttons color.
For example, the default header setting is white text and transparent background, white buttons, I want to change it into black text and button, white background on sticky header.October 30, 2024 at 8:42 am #608593
Hung PhamParticipantHi HARSLE,
1. Take a look header’s ID in the address bar https://ibb.co/6mZ47qQ
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.whb-header_xxx.whb-sticked .whb-general-header { background-color: #000; }XXX: replace with ID.
2. For the default header, use below code:
.whb-default_header.whb-sticked .whb-general-header { background-color: #000; }Regards,
October 30, 2024 at 9:52 am #608623
HARSLEParticipantdid you change the button color and text color
October 30, 2024 at 9:56 am #608624
HARSLEParticipantcan I use different logo for default header and sticky header?
October 30, 2024 at 2:24 pm #608724
Hung PhamParticipantHi HARSLE,
Please switch to
Sticky headertab and you can change the logo https://ibb.co/7N5j1hRRegards,
October 30, 2024 at 2:51 pm #608746
HARSLEParticipanthow can I change the popup button color from white into black for sticky header?
October 30, 2024 at 2:54 pm #608748
HARSLEParticipanthow to change the popup button color and text color from white into black on sticky header
October 31, 2024 at 11:40 am #608944
Hung PhamParticipantHi HARSLE,
The background color of sticky header is now black. If you change to it into black, how can it readable?
Regards,
November 1, 2024 at 4:07 pm #609300
HARSLEParticipantyou did not get my point, I want to do like this:
default header
White: text, logo, popup button
Black: BackgroundSticky Header
White: Background
Black: text, logo, popup buttonNovember 3, 2024 at 6:27 pm #609550
Hung PhamParticipantHi HARSLE,
Thanks for your patience.
1. Logo
Please switch to Sticky header tab and you can change the logo https://ibb.co/7N5j1hR
2. Colors
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.whb-sticked .whb-general-header.whb-color-light:not(.whb-with-bg) { background-color: #fff; } .whb-sticked .wd-nav[class*="wd-style-"]>li>a, .whb-sticked .wd-nav[class*="wd-style-"]>li>a:hover, .wd-header-html .btn-style-bordered.btn-color-white{ color: #000; } .wd-header-html .btn-style-bordered.btn-color-white{ border-color: #000; }Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register