New Landing How can we help? Atelier Removing share banner and category text from product page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #248211
    contactstu
    Member
    Post count: 19

    Hi there,

    I would like to remove the share banner and the “category: 3 zone” text which appear below my add to cart button. Ideally l’d like to delete both these lines without leaving blank space, so contracting the containing box to finish below “add to cart”

    Cheers,
    Stu.

    #248224
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this:

    .product_meta {
      display: none;
    }
    .woocommerce div.product div.summary .sf-share-counts {
      display: none;
    }

    – Kyle

    #248254
    contactstu
    Member
    Post count: 19

    Thanks again Kyle,

    Works perfectly from my desktop, but none of my php or css changes are showing up on mobile devices, why’s that?

    #248287
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to clear the cache of browser of mobile.
    Thanks
    Mohammad

    #248886
    contactstu
    Member
    Post count: 19

    Awesome. Thanks Mohammad
    (fyi your reply didn’t show up in my email for some reason)

    #249001
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad that your issue resolved.
    Thanks
    Mohammad

    #266625
    lauries
    Member
    Post count: 63

    Hello,

    I was able to delete the ‘category’ text below the products on the product pages per your instructions above; however, the ‘category’ text still appears under the product carousels and ‘featured products’ on the home page. Can you provide additional CSS for this? Thank you so much!

    #266648
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code also:-

    .posted_in{
    display:none !important;
    }

    Thanks
    Mohammad

    #266948
    lauries
    Member
    Post count: 63

    Thank you!

    #266954
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Thanks Mohammad.

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register