Change color element sticky header
-
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
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
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)
Hello,
Try this one CSS code for that:
.whb-sticked .whb-general-header .info-box-icon svg path {
fill: #333;
}
Kind Regards