Home Forums WoodMart support forum Inclusive of all taxes remove text

Inclusive of all taxes remove text

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

    CyberDome
    Participant

    “Inclusive of all taxes” remove text only search bar not for all page

    Mobile view only

    2. search only product category possible?

    3. search only product title only Not show image and price possible?

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

    Hello,

    1. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .autocomplete-suggestion small.woocommerce-price-suffix {
    display: none;
    }

    3. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .autocomplete-suggestion .suggestion-thumb, .autocomplete-suggestion p.price {
    display: none;
    }

    Best Regards

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