Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1181848
    Johan v
    Participant

    Hi ThemeX,

    How can i set the “Add to cart” underneath the product, instead of appear when mouse fly’s over?
    Kinda want it to be static on the page, instead of hidden.

    Greets,
    Johan

    #1181864
    Prasant Rai
    Moderator

    Hello Johan,

    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.

    Thanks.

    #1186478
    Johan v
    Participant
    This reply has been marked as private.
    #1186567
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    You can walk-through this thread :

    Thanks for posting in!

    To move Add to Cart button from being on the thumbnail image to being under the product price, please add the following CSS code in the Customizer, Appearance > Customize > Custom > CSS

    .woocommerce li.product .entry-header .button,
    .woocommerce-page li.product .entry-header .button {
    position: relative;
    margin-top: 10px;
    display: block;
    top: auto;
    left: auto;
    opacity: 1;
    }

    Let us know if this has been helpful to you.

    Thank you.

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