tooltip colors
Dear Betheme team,
I would like to change the background color of my product tooltips. I have tried the following costum css so far:
For the Add to card:
.tooltip::before, .tooltip::after {
background-color: #000000 !important;
}
For the other icons:
.image_frame .image_wrapper .image_links a.link:before,
.image_frame .image_wrapper .image_links a.link:after{
background-color: #000!important;
}
Unfortunately, the background of the Add to Card button now also turns black when I click on it.
I would also like to color all icon outlines black on hover and click. I am missing the corresponding css selector.
This is the link:
http://www.5939601293981.hostingkunde.de/?woo-share=LOUKDRblPkrTX52IWXFUqR7i6WwE8gkD
I hope you can help me. Thank you very much and best regards!
Tim
Comments
Hi,
1) I am unsure what is your goal. Can you explain what you want to achieve, please?
2) You can set it up in Betheme -> Theme options -> Global -> Image frame:
Best regards
But you're good at guessing. Thanks for the help. Can you also help me to change the tooltips from dark gray to black (#000)?
Best regards
Tim
This CSS code should work:
Best regards
Great! Thank you very much!