Home Forums WoodMart support forum Recent Issues on Category Pages

Recent Issues on Category Pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #234456

    pboyd1964
    Participant

    Hello,
    I recently updated WPBakery and since that update, my category pages are all askew.
    Regarding the attached screen shot:
    1. I need to remove the hi-lighted objects (show/sorting), and;
    2. I need to remove the SOLD OUT tag
    3. Attributes are showing up directly beside each product.
    4. My category header went from dark gray to black

    Any help is greatly appreciated. This site is in staging and set to go live tomorrow, so time is critical. Thank you!

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

    Hello,

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

    body .woodmart-shop-tools,
    body .woodmart-products-per-page {
    display:none;
    }

    2. `.product-label.out-of-stock {
    display:none;
    }`

    3. In order to deactivate the attribute, navigate to Products > Attributes > enter the attribute and disable “Show attribute label on products”

    4. You need to change this in the shop page settings https://xtemos.com/docs/woodmart/options-for-pages/

    Best Regards

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