Home Forums WoodMart support forum Main banner link issue

Main banner link issue

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

    anchor0921
    Participant

    Could you pls help to add hyperlink url to the main banner’s “Read More” button ?

    https://prnt.sc/Qx3wQcwUpnG2

    #454811

    Hi,

    The “Read More” button for the text is a great solution for the long “Text Block” that hides the overflowing text and reveals it when needed.
    https://xtemos.com/docs-topic/read-more-button-for-text-or-section-row/

    Best Regards.

    #454988

    anchor0921
    Participant

    OK, that is not my purpose, I need to put a shop button there to direct customer to product category page, how to do that ?

    #455116

    Hi,

    You can edit your promo banner in the page builder and insert any link in the promo banner. You can then customize the button by editing its text, color and size You can also choose to open the link in a new tab.
    See video for understanding:
    https://youtu.be/7l1hwD6qxvM

    Best Regards.

    #455548

    anchor0921
    Participant

    OK, I got it.

    Another question, how to enlarge the “add to cart” button, it is too small now, not very eye-catching, I want to make it large. Pls also note the quantity input box should be in coordination with the add to cart button.

    https://prnt.sc/Upjz42X9twIU

    #455654

    Hi,

    Please send me the WP admin login details of your site so I will check and solve the issue for you.

    Best Regards.

    #455662

    anchor0921
    Participant

    OK, pls use link below to access the admin directly.

    #455886

    Hi,

    Please add this code to the Theme Settings > Custom CSS > Global:

    div.quantity input[type="button"] {
        min-width: 5em !important;
    }
    div.quantity input[type="number"] {
        width: 5em !important;
    }
    .product-image-summary .single_add_to_cart_button{
    	width: 200px !important
    }

    Change the code as per your need.

    Best Regards.

Viewing 8 posts - 1 through 8 (of 8 total)