Hello guys,
I’m trying to change the text color of buttons and the little shopping cart number: image here
It’s white on yellow BKG. Not great, I would like to change it black text on yellow bkg.
I feel so stupid when this happens, but I can’t find the class i need to insert to my child’s CSS to make this change.
Thanks for your help!
Itai
Hey Itai,
Add this to quick css:
.avia-slideshow-button.avia-button.avia-color-theme-color{
color:#000!important;
}
Best regards,
Jordan Shannon
Hey Jordan,
Thanks for the quick reply by sorry, doesn’t do anything. I purged all caches, hard refreshed dozens of times. Nada.
Also, just to be clear, I want ALL buttons, not just the slideshow ones. And also the shopping cart counter ;-)
Cheers,
i
Hi,
Please provide admin info so we can look into this issue further. Also, please try adding it to quick css first to see if it reads.
Best regards,
Jordan Shannon
So it works in quick CSS but that’s only for the slideshow-button, what about the other buttons on the site and the shopping cart counter classes?
Cheers,
i
Hi,
This should take care of the other buttons, provided they all have a yellow bg already:
.avia-slideshow-button.avia-button.avia-color-theme-color, .button, .avia-button{
color:#000!important;
}
If this works fine we can can see about the cart link
Best regards,
Jordan Shannon
Yup! it works!
Just missing the cart counter ;-)
Hi,
Add this to quick css:
#top .av-cart-counter{
color:#000!important;
}
Best regards,
Jordan Shannon
Thanks Jordan! It works.
Cheers,
i
Hi,
Great! Did you need further help, or shall I close this topic?
Best regards,
Jordan Shannon
case closed!
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon