Site logo

Archived topic

Navigation Search Background

5 replies · Started by Butch Pornebo on February 17, 2021

Viewing posts 1–6 of 6

Using Site Library Template Dispatch
https://gpsites.co/dispatch/

On Search navigation - Search Input Box,

How do you change the Background Color, Text Font & Border?

For text color and background color:
Go to Customizer > Colors > Primary Navigation > Navigation Search.

For the active search bar background color:
Go to Customizer > Additional CSS. Find the css start with this selector .navigation-search.nav-search-active, change the color code there.
https://www.screencast.com/t/0aeMdHyADC

For font and border try this CSS.

.navigation-search input[type="search"] {
    font-family: 'dashicons';
    border: 2px solid #FFF;
}

Let me know :)

I swear I look and look.... getting cross-eyed and still can not find it :)

Not easy I would say :)
You found them now?

yes. Thank you for the assist.

You are welcome :)

This archived topic is closed to new replies.