Skip to main content

How To Change The Search Module Select Box

Introduction

Follow this step to learn how to change the search module select box.

Step 1: Add CSS

Use this CSS to change the search module select box.

.search_filter_cont select {
font-size: 20px;
}