Home › Forums › WoodMart support forum › Change color element sticky header Change color element sticky header This topic has 3 replies, 2 voices, and was last updated 1 year, 3 months ago by Luke Nielsen. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 14, 2023 at 9:05 pm #512383 malonewebParticipant Hello, I have a transparent header, with the sticky header, I need that when the sticky header is opened those 2 elements change color and become black. How can I do? https://prnt.sc/gGOW_60jyzCB November 15, 2023 at 11:21 am #512514 Luke NielsenKeymaster Hello, Here is a code that will help you to change the color when the header is sticky. .whb-sticked .whb-general-header .info-box-content a { color: #333; } .whb-sticked .whb-general-header .wd-icon { color: #333; } Let me know if you have any questions. Kind Regards November 15, 2023 at 5:40 pm #512622 malonewebParticipant Hello the icon of phone not change color, see screenshot: no sticky: https://prnt.sc/ewnz3xmhftuy sticky: https://prnt.sc/l0Y1zbnPzjbH (the icon remains white) November 15, 2023 at 5:47 pm #512629 Luke NielsenKeymaster Hello, Try this one CSS code for that: .whb-sticked .whb-general-header .info-box-icon svg path { fill: #333; } Kind Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register