Home Forums WoodMart support forum Hide HTML blocks in attribute page

Hide HTML blocks in attribute page

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

    sunny
    Participant

    Hello! After i set
    HTML blocks to product archive -> shop filters – > Shop filters custom content. The HTML blocks is visualized in the categories pages and in the attributes pages.
    How can I hide the HTML blocks in the attributes page and to stay only in the categories.

    Thank you!

    #419845

    Hello,

    Sorry to say but as far as we are seeing the Shop page on your Site, we can’t seem to find any Custom HTML Block added in the Shop Filters or Shop Page widget area.

    Could you please share some Screenshots for the HTML Block that you have added on your Site in the Sidebar and also please share one of the Attribute Pages of your Site too so that we can better look around and assist you accordingly.

    Best Regards

    #419920

    sunny
    Participant

    Hello!
    The site is a working site – https://peach-pump.com/.
    I have uploaded the site to a subdomain -> https://peach.smartlivingbg.site
    Give you access.
    I want to show – HTML BLOCK -> in the all categories before the products. Now the block [html_block id="18917"] is visualized in categories and in attributes – > Brand -> Configure terms.
    How can hide the [html_block id="18917"] in attributes – >Brand.
    Category ->https://peach.smartlivingbg.site/product-category/damski-sportni-bluzi/
    Attribute-> https://peach.smartlivingbg.site/brand/peachro/

    #420113

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .tax-pa_brand .filters-area.always-open.custom-content {
        display: none !important;
    }

    Best Regards

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