Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #220773

    I’m trying to adjust the opacity for the “Add to Cart” and “Show Details” text that appears beneath each product image on our product grids. Currently, the text is dimmed until you hover over it, and I would like to remove the opacity setting from the text (or set the opacity to 1) so that the text is at full opacity whether a visitor is hovering or not. You can see what I’m talking about on our homepage: http://pencils.com. I thought this would be a quick fix, but I’ve been scratching my head for a few hours now. Thanks beforehand for any help!

    #220779

    Hey!

    Try adding this code to the Quick CSS:

    .avia_cart_buttons {
        opacity: 0.5 !important;
    }

    Cheers! 
    Josue

    #221003

    Hey Josue,

    Thanks for confirming that I’m not crazy! That’s the code I was using, but it looks like WPEngine was just caching my site so the changes weren’t showing up. The code is in place and working now. Thanks again!

    Best,
    Alex

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Opacity for "Add to Cart" and "Show Details" Text on Product Grid’ is closed to new replies.