How to edit the page "SEARCH"?

Hi

How to edit this page because we can not easy to see the word and the TYPE area.

Thank

Hi @EDIT_workshop

Regretfully, you cannot edit that page as it is not a page but a modal.

You can change the colors and add border to the input box using css.

Please add this in Theme Options > CSS

.x-searchform-overlay .form-search .search-query {
    border: 1px solid #000 !important;
}

.x-searchform-overlay .form-search label {
        font-size: 2.1em;
        color: #272727 !important;
}

You may change the color and font size as you like

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.