Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #948065

    How do I remove the “Read More” and “Show Details” buttons from my products?

    #948153

    Hey Snerp,

    They can be removed via css. Please provide a link to the site/page in question so we can inspect the page.

    Best regards,
    Jordan Shannon

    #948154
    This reply has been marked as private.
    #948174

    Hi,

    Thanks for providing that. Please add this to quick css:

    .avia_cart_buttons{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #948176

    Yup I already tried that CSS and it’s not working. Here are the login credentials for the site.

    #948185

    Hi,

    Did you add it to the very top of quick css so that it will run first?

    Best regards,
    Jordan Shannon

    #948188

    Ok that worked. Why does the CSS have to be the first line in the Custom CSS? I’ve never heard of that before?

    #948191

    Hi,

    That usually means that something below it is written wrong.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.