Modifying the look for the search area

A client had the following request for the search box area. can this be done?

  • I think for older patients this may be confusing. Could we reduce the size of the font and provide and enter or magnifying button incase patients don’t understand that they need to hit enter.

Hello @netlover,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

.x-searchform-overlay .form-search label {
    font-size: 1.5em;
}

if you would like to customize the search text then the same can be done from /wp-content/themes/x/framework/legacy/cranium/headers/functions/navbar.php. However, before making any changes, please make sure to install and setup child theme. After installing child theme, please copy the file from above path and paste under /wp-content/themes/x-child/framework/legacy/cranium/headers/functions/navbar.php.

Thanks.

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