Home Forums WoodMart support forum Theme edits

Theme edits

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

    tiberiu1995
    Participant

    Hi,
    I have some questions for editing stuff on product archive and product. I want to:
    – remove category from product archive (the category under the product name)
    – remove category from product (the category is under “add to compare” and “add to wishlist”)
    – remove compare from product archive (it shows when on hover, next to “quick view” and “add to wishlist”)
    – remove compare from product (next to “add to wishlist”).
    Also, I want to edit some content eg. the tab from product page called “Shipping & Delivery”, but I don’t know the proper way to do it. I installed Loco Translate.

    • This topic was modified 4 days, 9 hours ago by tiberiu1995.
    #650333

    Hung Pham
    Keymaster

    Hi tiberiu1995,

    Thanks for reaching to us and appreciate your patience.

    Please provide URL of the mentioned page, so I can take a closer look.

    Regards,

    #650909

    tiberiu1995
    Participant

    Hi,
    I solved the “compare” issues.
    But I still want to remove the category.
    For example in the following product, I don’t want to see the “Categorie: Accessories”.
    In the product the is also a tab called “Shipping & Delivery” which I want to find the proper way to translate to Romanian.
    https://umami-synergy.com/product/atelier-ferment-capsuni-menta/
    And in shop I don’t want to see “Accessories” before price:
    https://umami-synergy.com/magazin/

    #651017

    Hung Pham
    Keymaster

    Hi tiberiu1995,

    1. Categories

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

    .product_meta>span.posted_in ,
    div.wd-product-cats{
        display: none;
    }

    2. Shipping & Delivery

    About brand and Shipping delivery and other tab are custom tabs and can be edited via Theme Settings > Single product > Tabs: https://prnt.sc/bDOK7HP_6t7M

    Regards,

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