Home Forums WoodMart support forum Some Issue Product page

Some Issue Product page

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

    triptirawat
    Participant

    1st. Align the text of attribute “size ” to left (1.jpg )
    2nd. Remove clear and the size show after choosing the attribute for size on the top which is coming sharing the screen shot
    3rd. Put the spacing in product page between add cart, buy now and quantity
    4rd. Want to add Text that is Quantity above Quantity box
    5th. i want to Align the product page in The Center of the website

    6th. Can we put dot slider not arrow for product gallery images below product image
    7th. Can we put space between the image and text of product page ( 7.JPG )

    Attachments:
    You must be logged in to view attached files.
    #302628

    Hello,

    I saw the screenshots you attached.

    1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td label {
        margin-left: -10px;
    }

    2) I am unable to see the screenshot you attached.

    3) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-image-summary .single_add_to_cart_button {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    4) Sorry but there is no option in Theme Settings available for that.

    5) Please Go to Theme Settings >> Product Page.

    Screenshot for Clarification: https://gyazo.com/0b506ab458ff3fded4a736b750983f7f

    6) Sorry but there is no option in Theme Settings available for that.

    7) Your screenshot is not clear enough to understand what you require.

    Regards.
    Xtemos Studios

    #302637

    triptirawat
    Participant

    2) Remove clear and the size show after choosing the attribute for size on the top which is coming sharing the screen shot

    2) I am unable to see the screenshot you attached.

    Sharing screen shot

    Attachments:
    You must be logged in to view attached files.
    #302671

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .variations_form.variation-swatch-selected .reset_variations {
        display: none !important;
    }
    
    .woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td label {
        display: none;
    }

    Regards.
    Xtemos Studios

    #302682

    triptirawat
    Participant

    Thank You , Your code is working but Text which is mention size is also gone

    Attachments:
    You must be logged in to view attached files.
    #302703

    Hello,

    You are Most Welcome.

    Please replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .variations_form.variation-swatch-selected .reset_variations {
        display: none !important;
    }

    Best Regards

    #302704

    triptirawat
    Participant

    i want this

    Attachments:
    You must be logged in to view attached files.
    #302716

    Hello,

    Please add this Custom CSS with the previous Custom CSS then check back.

    span.woo-selected-variation-item-name {
        display: none !important;
    }

    Best Regards

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