Home Forums Basel support forum Hide Product Meta

Hide Product Meta

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #294342

    Jijo
    Participant

    Hi,

    Is there any settings to control the product meta, I want to hide the SKU and Tags meta in Single product page.

    Also I need to make the Wishlist, compare and size guide in single line(Make it Horizontal).

    Kindly Advice

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

    Hello,

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

    .product-type-variable .entry-summary .product_meta {
    display:none;
    }

    Best Regards

    #294631

    Jijo
    Participant

    Hi,

    I need to make the Wishlist, compare and size guide in single line(Make it Horizontal).

    Kindly help

    #294845

    Hello,

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

    .single-product-content .entry-summary .wishlist-btn-wrapper {
    max-width: 50%;
    float: left;
    margin-right: 30px;
    }

    Best Regards

Tagged: 

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