Hello ,
Can you tell me how I can change colors of background buttons? I want that is on number 1 background black and on number 2 remove that white color on mouse hover.
That is whole section look a same.
Regards
Hey Zaccc,
Your link seems to be down, unless you are blocking IPs?
Please advise :)
Best regards,
Mike
Hi Mike,
Sometimes it needs just to refresh and site will work.
Regards
Hi,
Try this code in the General Styling > Quick CSS field:
#top .header_color .dropdown_widget .buttons {background-color: #000 !important; }
div .dropdown_widget .cart_list li:hover {background-color: #000 !important; }
See screenshot in Private Content area :)
Best regards,
Mike
Hello Mike ,
It is working.
Regards