Home Forums WoodMart support forum menu image Reply To: menu image

#297252

Hello,

We are Glad that Most of your issues have been resolved.

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.searchform.wd-with-cat input[type="text"] {
    border-radius: 20px;
	background: red;
}

Best Regards.