Home Forums WoodMart support forum Single Product Page Alignment

Single Product Page Alignment

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #443138

    Satham
    Participant

    Hello Team ,
    Thanks for the continuous support and much appreciate for the quick response as always. I have a query about few things i need to change in single product page 1. I want to being description in left side align 2. Hide additional Information 3. Hide SKU. So Can you help me how to achieve this and I have added the screenshot also for reference.

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

    galaxyspace84
    Participant

    hi,
    would you please mention how to remove this bar . the one that pops at very bottom . (under footer).
    dont remember how i enable it.
    thanks
    thepul

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

    Hello,


    @Satham
    :

    1- If you want to hide all the Product metas i.e. Categories, Tags or SKUs then you need to navigate to the Dashboard > Theme Settings > Single Product > Elements > Meta > there you can find the option of Hide > just select it: https://snipboard.io/1N9m6E.jpg

    If you specifically want to hide only the SKU then you need to apply the following Custom CSS on your Site and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .summary-inner .product_meta .sku_wrapper {
        display: none !important;
    }

    2- To hide the Additional Information tab on your Site, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    #tab-title-additional_information {
        display: none !important;
    }

    3- Sorry to say but there isn’t a separate or specific option available to move the Tabs location under the default Single Product layout. So, the best way possible in this regard is to use the Theme’s Layout Builder to create a Custom Single Product Layout and in that you can place the Tabs element to your choice of position. Here is the guide about the Single Product layout: https://xtemos.com/docs-topic/single-product-page-builder/

    Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/


    @galaxyspace84
    :

    The Bar that you are referencing is the WooCommerce Store Notice Bar, which you can find under the Dashboard > Appearance > Customize > WooCommerce > Store Notice > there you can find the checkbox to disable it: https://snipboard.io/9sJitA.jpg

    Best Regards

    #443275

    Satham
    Participant

    Thanks for the quick response . I made the changes for additional information TAB and its working fine in desktop version and mobile version Still I could see the ADDITIONAL INFORMATION TAB please help

    #443326

    Hello,


    @Satham
    :

    We have applied the following Custom CSS on your Site to hide the Additional Info. tab from the Mobile view:

    .wd-accordion-title.wd-opener-pos-right.tab-title-additional_information {
        display: none !important;
    }

    Location to find Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile section >> there at the bottom you can find the CSS pasted.

    Please check back your Site after completely clearing the browser and server cache.

    Best Regards

    #444896

    Satham
    Participant

    Thanks ..It worked

    #445038

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Single Product Page Alignment’ is closed to new replies.