Home Forums WoodMart support forum Editing Search Box Reply To: Editing Search Box

#378760

Hello,

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

.wd-search-cat>a {
    border: none;
	padding-right: 0;
}

.wd-search-cat.wd-scroll:before {
    content: "";
    height: 18px;
    border-left: 1px solid;
    border-color: rgba(119,119,119,.2);
}

.searchform .searchsubmit {
    left: 2px;
    right: 0;
}
.searchform.wd-with-cat input[type="text"]::placeholder {
    padding-left: 40px;
}

.wd-search-cat {
    right: 20px;
}

Best Regards