Home Forums WoodMart support forum Hide product information on homepage ( or selected pages)

Hide product information on homepage ( or selected pages)

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

    Noire
    Participant

    Hello guys,

    Can you provide a code or something that works for hiding the product information on the homepage (or any selected pages)?

    The reason for this is that, after we ran some tests, we realized that the product information being loaded significantly slows overall page load time.

    Example attached (Again Amazon)

    #224701

    Hello,

    Please provide the page URL and screen of what you want to hide. If your site is under construction, provide site admin access to the private area as well.

    Best Regards

    #225340

    Noire
    Participant

    I want to add “New Arrivals” “Best Sellers” “On Sale” products etc.. on our homepage here https://omniverce.com/

    I would like to hide the product information here on the homepage because as I mentioned earlier, it really takes a while to load on the homepage with the slider and everything. However they do not have to be hidden on the other pages unless specified. (If this is possible)

    Again, a good example here is amazon as shown in the attached image

    Our site is live with active customers so we would like to be able to provide these features.

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

    Hello,

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

    .slide-product .product-grid-item .wcfmmp_sold_by_container,
    .slide-product .product-grid-item .price,
    .slide-product .product-grid-item .w2rr-rating,
    .slide-product .product-grid-item .product-title,
    .slide-product .product-grid-item .swatches-on-grid,
    .slide-product .product-grid-item .amount {
    	display:none;
    }

    Best Regards

    #225627

    Noire
    Participant

    Hello,

    This worked great, thank you so much!

    #225666

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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