Home › Forums › WoodMart support forum › Search bar in header › Reply To: Search bar in header
November 14, 2020 at 7:11 am
#241454

Aizaz Imtiaz Awan
Keymaster
Hello,
You are Most Welcome.
You can use the same CSS for the color of the icon and the colors accordingly.
.whb-top-bar .wd-tools-element .wd-tools-icon:before {
font-size: 25px;
color: red;
}
.whb-top-bar .wd-tools-element .wd-tools-text {
font-size: 14px;
color: red;
}
Best Regards.