Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1221855
    cozmofo
    Participant

    Hi hoping someone can help with this minor issue – I cant seem to work out how to have the ‘buy now’ buttons display below the product as opposed to in the middle of the asset?

    See example in screenshot attached.

    Also second question, is it possible to add a second button that says ‘more info’ and have them display either side by side or on top of each other?

    http://www.isacleanse.co.nz/

    #1222000
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .woocommerce li.product .entry-header .button {
        opacity: 1;
    }
    .woocommerce li.product .entry-header .button {
        position: relative;
        top: 0;
        margin: 15px 0 0 0;
    }

    In regards with adding custom button, regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    Hope it helps.

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