Leo
(@leohsiang)
Hi there,
Any chance you can link us to the site in question?
Let me know 🙂
Hi,
site is under construction right now … I can send you the username and password via e-mail if you want to. I guess here isn’t a chance to write a pn, right?
Leo
(@leohsiang)
You can use the pre-sale question form here to send in the info:
https://generatepress.com/contact/
Please reference the topic URL.
Thx!
E-Mail hast just been sent.
Leo
(@leohsiang)
You can try this CSS:
.main-navigation .menu-bar-items .search-item.active > a {
color: #ffffff;
background-color: #000000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thx, that’s working! Great support! Can you please help me with the code for the hover effect of the search? Here I would also like to have adjusted the color, please see: https://gyazo.com/62114d769221fb7ace2bfa63bab6548a.
Right now it’s red.
Leo
(@leohsiang)
Try this:
.main-navigation .menu-bar-items .search-item a:hover {
background-color: #000;
color: #fff;
}
Thx again, it’s working. Great Support, thx for your help.