Home Forums Basel support forum Remove product categories for specific product page

Remove product categories for specific product page

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

    Userdan
    Participant

    Hi there,

    I would like to know how to:
    – Remove share icons on single product pages (desktop only)
    – Remove the list of product categories the SKU is tagged within on single product pages

    Many thanks,

    #209872

    Hello,

    You can remove the share buttons in the Theme Settings > Product page. You will need to disable showing the buttons.

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

    .single-product-content .product_meta {
        display: none;
    }

    Best Regards

    #210019

    Userdan
    Participant

    Thank you for the information.

    I only want to remove the share social icons on the desktop – not mobile. – please advise…

    The CSS seems to remove the SKU number too – I want to keep the SKU number. please advise.

    Many thanks,
    Daniel

    #210045

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile/Tablet (if neccessary):

    .single-product-content .product-share {
     display:none;;
    }

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

    .single-product-content .product_meta > span.posted_in {
      display:none;
    }

    If you use tags, provide the product page I provide the CSS to hide them.

    Best Regards

    #210265

    Userdan
    Participant

    Thank you for the information.

    The CSS seems to be affecting the placement of the SKU number on the page.

    Can you let me know how to keep it in the original place? (below) the information and not in the same line as ‘Add to wishlist’

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

    Hello,

    Please provide me with the page URL I will check and provide CSS.

    Best Regards

    #210396

    Userdan
    Participant

    Hi there,

    Sure please find the link in the private area

    Thank you

    #210489

    Hello,

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

    body .product-design-alt .product_meta {
        display: block;*
        max-width:300px;
        margin:0 auto;
    }

    Best Regards

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