Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #882895

    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

    Page here

    #882901

    Hey Itai,

    Add this to quick css:

    .avia-slideshow-button.avia-button.avia-color-theme-color{
    color:#000!important;
    } 

    Best regards,
    Jordan Shannon

    #882912

    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

    #882913

    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

    #882918

    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

    #882919

    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

    #882920

    Yup! it works!

    Just missing the cart counter ;-)

    #882922

    Hi,

    Add this to quick css:

    #top .av-cart-counter{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #882923

    Thanks Jordan! It works.

    Cheers,

    i

    #882925

    Hi,

    Great! Did you need further help, or shall I close this topic?

    Best regards,
    Jordan Shannon

    #882926

    case closed!

    #882927

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Button CSS class’ is closed to new replies.