Home Forums WoodMart support forum Question Regarding Product Aspect

Question Regarding Product Aspect

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #631949

    accounts-1767
    Participant

    Hi,

    I would like to update the product display on my store universally across all shop pages (excluding the individual product pages). Specifically, I want the price, the “select options” button, and the star rating to be removed wherever products are displayed on shop pages. Essentially, I would like only the product photo to be shown (and any tags in the top left if applicable).

    For context, we are selling posters that all have the same price and two sizes. Displaying this repetitive information for every product would be redundant and could impact the user experience.

    Please let me know if I need to provide login details for you to assist directly or if you can guide me through the steps to achieve this.

    Thank you!

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

    Hello,

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

    .product-grid-item.wd-product.wd-hover-alt .wrap-price ,.star-rating.wd-style-simple, .wd-add-btn {
        display: none !important;
    } 

    Best Regards

    #632166

    accounts-1767
    Participant

    Hello, I just added it, just as you said, nothing changed. Let me know what i should do next. I dropped my login info down below in case you want to check and change it yourself. Thx.

    #632167

    accounts-1767
    Participant

    Hi,

    I followed the instructions and added the code as suggested, but the elements are still appearing on the shop page. Could you please advise on additional steps I can take to resolve this issue?

    Thanks

    #632223

    Hello,

    Your issue has been resolved. Check back your site after completely clearing the browser cache and check the issue.

    Best Regards

    #632312

    accounts-1767
    Participant

    Thank you for the help. I forgot one more thing however. could you please remove the title of the products? I was not aware they would appear if we eliminated the other things. thank you. the login info are below.

Tagged: 

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