Hello how can I make custom style for the button in the header, like on hover text, background border …
Thanks
Hello alsrdab,
Unfortunately there isn’t any option to change button hover style in the header.It can be done with custom CSS.
Would you please send the page where you want to change the button’s style at ?
Yes with custom CSS. If you need help with that, I can give you the selector if you show me the button in your page.
Oki, here you go
.mainHeader .headerButton.style1 a { color: white; background: #0097a7; } .mainHeader .headerButton.style1 a:hover {/*Hover effect color*/ color: white; background: #f26f3f; }
Feel free to edit/add any css rule to match your need
Hope this helps!
You must be logged in to reply to this topic.