Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #176062

    Support sent me css code to remove the “from and dollar amount” on the product category page. Don’t know if it affected it but text is not centered now.
    http://imgur.com/JB7Zz14 Also, it it possible to remove the “select options” below the images?

    #176134

    Hello lpfa!

    Please add following code to Quick CSS

    .products .product h3 { text-align: center; } 
    .inner_product .avia_cart_buttons { display: none!important; }

    Best regards,
    Yigit

    • This reply was modified 11 years, 1 month ago by Yigit.
    #176140

    I inserted the code. Text is now centered but “select options” is still visible. http://imgur.com/VQ1RgQJ

    #176148

    Hello!

    My bad. I edited the code. Please replace it with that one

    Regards,
    Yigit

    #176154

    Sorry – which one?

    #176168

    Hi!

    This one:

    .products .product h3 { text-align: center; } 
    .inner_product .avia_cart_buttons { display: none !important; }

    Can you post a link to your website?

    Best regards,
    Josue

    #176183

    http://75.103.91.29/grossdyg52/ – just started work on sliders……

    #176200

    Hi!

    Try with this:

    .products .product h3 { 
    text-align: center; 
    }
    .inner_product .avia_cart_buttons {
    display: none !important;
    }

    Tested, it works.

    Cheers!
    Josue

    #176573
    This reply has been marked as private.
    #176577

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Text not centered on product category page’ is closed to new replies.