Home Forums Basel support forum Delete some items

Delete some items

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #129858

    simon123
    Participant

    I want to delete the following tags
    Additional information
    Compare
    SKU:
    Category:

    #129902

    Hello,

    1. Remove the size, weight and make the attributes not visible on the product page to delete the Additional tab.

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

    body .compare-btn-wrapper{
    display:none;
    }
    
    body .product_meta{
    display:none;
    }

    Best Regards

    #129911

    simon123
    Participant

    Hi, this code is invalid

    #129953

    Hello,

    Copy and paste the code from the forum not from email and insert. If it still does not work, please provide your site admin access to the private area

    Best Regards

    #129967

    simon123
    Participant

    code is invalid

    #129974

    Hello,

    Please provide the site admin access.

    Best Regards

    #130015

    simon123
    Participant

    hi

    #130031

    simon123
    Participant

    Product page:
    1. I am using “Compact”, I need to delete the label: SKU; Category; ADDITIONAL INFORMATION
    2.Add to Wishlist and Size Guide to maintain “Compact” style
    2.DESCRIPTION;REVIEWS (0);SHIPPING & DELIVERY; like the default style display, displayed on the Extra content block.

    #130123

    Hello,

    Your site cannot be reached now http://prntscr.com/o6t20m

    As soon as your site is working, please contact us.

    Best Regards

    #130223

    simon123
    Participant

    Website is normal, please check your network

    #130237

    Hello,

    I am checking from different IPs and from different browsers. Seems your site has been blocked for a set of countries. Please check and deactivate the blocking.

    Best Regards

    #130302

    simon123
    Participant
    #130318

    Hello,

    You asked to hide “Compare” and “SKU” and “Category”

    The product does not have the same as it is hidden with CSS http://prntscr.com/o7d4mf

    Best Regards

    #130330

    simon123
    Participant

    Product page:
    1. I am using “Compact”, I need to delete the label: SKU; Category; ADDITIONAL INFORMATION
    2.Add to Wishlist and Size Guide to maintain “Compact” style
    2.DESCRIPTION;REVIEWS (0);SHIPPING & DELIVERY; like the default style display, displayed on the Extra content block.

    #130372

    Hello,

    1. Please provide product URL where you see Compare and SKU and Category.

    2. Provide the product URL with the Additional information tab.

    3. It is not possible to add to Wishlist or Compare anything. Please clarify finally: what do you want: to hide the compete or hide it?

    4. You can set one style for the product: either Compact or Default. It is not possible to set Compact in one place and Default in another.

    Best Regards

    #130403

    simon123
    Participant

    Product link: http://caseteen.com/product/dmt6-cute-yellow-cat-animal-printing-t-shirt/

    Request information:
    1. Delete SKU: Project
    2. Delete the Category project
    3. Delete the Additional information item

    #130445

    Hello,

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

    .single-product-content .product_meta >.sku_wrapper{
    display:none;
    }
    .single-product-content .product_meta >.posted_in{
    display:none;
    }
    .single-product-content .tabs li.additional_information_tab {
        display: none;
    }

    Best Regards

    #130566

    simon123
    Participant

    Thank you
    It works
    I have a new question:
    1. Move Add to Wishlist to ADD TO CART
    2. Move the Size Guide to the bottom of the size tab.
    3. Change the Share (Facebook Twitter Email Pinterest LinkedIn) size and icon color.
    look forward to your reply

    #130617

    Hello,

    1 and 2 will require complete customization which is not covered by our support.

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

    body  .social-icons.icons-size-small li i {
        font-size: 29px;
    	color:red;
    }

    Change the color and size as per your needs.

    Best Regards

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