Home Forums WoodMart support forum Search bar in header Reply To: Search bar in header

#241454

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.