Thanks for your fast reply.
I’ve encountered a bit of a problem with search.
You can look at image here
The search text overlaps with the ‘Menu’ below.
well I could use:
/* navigation search input*/
.navigation-search input[type="search"]:focus {
color: #ffffff;
background-color: #2A7B6B;
}
.navigation-search input {
opacity: .97;
}
but is there or will there be an ability choose that in customiser? ??
As for the search is it possible to clear input form after ‘pressing that x‘? Cause now after I type smth and decided to delete the string I have to do it manually. It would be superb if it deletes what I wrote after ‘hitting that x’.