Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #866066
    sebagc
    Participant

    Hi!
    Im planning to use the Renew Stack for a Woocomerce Shop.
    The only thing that i don’t like so much about this combination is the Frames that have the products images in the Shop Page.
    Is there a simple way to remove the frames so the image looks clean?

    Thank you very much!
    Best Regards!

    #866421
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .entry-featured {
        border: none !important;
    }
    
    .x-img-thumbnail {
        border: none !important;
    }

    Thanks.

    #866764
    sebagc
    Participant

    Thank you Very much for the response.
    But still shows a white frame. Can this be removed also?

    Best!!

    #867289
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #898048
    sebagc
    Participant

    Sorry for my delay!
    Is not so important now since the background colour is White, but still if you could assist in order to know how to achieve a fully flat design with no border, i would greatly appreciate it.
    the URL is http://www.petitecotton.cl

    Thank you very much!

    #898462
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .woocommerce li.product .entry-featured {
        border: 0 !important;
        padding: 0 !important;
    }
    

    Hope that helps.

    #1084405
    MadeOfStars
    Participant

    Hello X team,

    I am trying to achieve the same result but displaying only images with no borders throughout the woocomerce.
    I have tried almost every code on the forums, but nothing worked so far.

    Help me, like you always do.

    My details will follow..

    #1084406
    MadeOfStars
    Participant
    This reply has been marked as private.
    #1084637
    Christopher
    Moderator

    Hi there,

    Please check provided credentials. User name or password is incorrect.

    Thanks.

    #1085833
    MadeOfStars
    Participant
    This reply has been marked as private.
    #1086384
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! To remove the frames of the product items in your shop page, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .woocommerce li.product .entry-featured {
        padding: 0;
        border: none;
        box-shadow: none;
    }

    If you want to change the colors of the add to cart buttons, please go to your customizer, Appearance > Customize > Typography > Site Links and change the color and hover color of your site links.

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-866066 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>