Mobile nav search Form to dark
-
Hi, in my mobile Navigation the search Form is not really visible.
How can I Make it bright White?
Greetings Lisa
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under THeme Settings >> Custom CSS.
.wp-block-search:not(.wp-block-search__button-inside) .wp-block-search__input {
color: white;
}
Best Regards
Hi,
unfortunately it hasn’t changed.
See atteched pic.
Greetings,
LIsa
Attachments:
You must be
logged in to view attached files.
Hello,
Please replace the previous Custom CSS with the following then check back.
label.wp-block-search__label {
color: white;
margin-bottom: 10px;
}
.wp-block-search:not(.wp-block-search__button-inside) .wp-block-search__input {
color: white;
border-color: white;
}
.wp-block-search .wp-block-search__button {
background-color: green;
}
Best Regards
Hi,
perfekt. One more questionn regarding the search foam. If I try to search for exaple ‘Frauen’ nothing appears. Just a gerneral text… what do I have to do to generate the search results?
And where can I adjust the header
Greetings,Lisa
Attachments:
You must be
logged in to view attached files.
Hello,
You are Most Welcome.
Sorry but there is noption in Theme Settings available for that.
It requires customizations and this is beyond our limitations and support policy.
Best Regards
Ok. And where can I adjust the header of the search result page?
Greetings,
Lisa
Hello,
You can try setting different headers for the search result page using our Preset option.
You can read our detailed documentation for help:
https://xtemos.com/docs/woodmart/theme-settings-presets/
Best Regards