Site logo

Archived topic

how to custom search function in menu navigation

7 replies · Started by bruce on November 25, 2022

Viewing posts 1–8 of 8

hello

please see the pic:https://prnt.sc/OWsW8f5kZQH-

the default search function in custom only has on or off .

can custom it like pic ?

thanks.

Hello Fernando,

thank you reply me.

please see this website:https://oled.baynoe.com/

please help me about custom css.

thanks.

Hi there,

try this CSS:


.menu-bar-items .wp-block-search__inside-wrapper {
    background-color: var(--base);
}
.menu-bar-items .wp-block-search__inside-wrapper input {
    background: transparent;
    border: 0;
}
.menu-bar-items .wp-block-search__inside-wrapper button {
    padding: 0 10px;
    background-color: var(--contrast);
    color: var(--global-color-8);
}

And you can remove the Label in the block editor.

thanks,ok now.

Glad to hear that

This archived topic is closed to new replies.