Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #304035

    Hi,
    Been trying to effectively apply a couple of custom CSS snippets to the Enfold Quick CSS text box. Neither one seems to do anything. Basically they are two versions of the same snippet:
    .related.products {
    display: none !important;
    }

    Relatedly, (no pun intended) shouldn’t the related products show up on any single Product Information Page as well as on the Cart Page? They show up where I don’t want them and don’t show up where I do. Frustrating.

    Love the theme :)

    #304158

    Hey jberickson!

    Thank you for using Enfold.

    Your css is correct. Please try to remove browser cache then reload the page a few times. You can hide the related products section with this on Quick CSS or the custom.css file:

    .related.products {
    display: none !important;
    }

    You can manually add a related product by adding an Up-Sell product for the item.

    Cheers!
    Ismael

    #304627

    Hi Ismael,
    Thanks for your response but I’ve had no success. I added the code, cleared my cache, deleted my history for the past month, flushed the DNS and went out to my host and flushed everything out there as well. The Related Products still show up. I went out and downloaded the Simple Custom CSS plugin as well and added the snippet thinking it might help – it didn’t.
    I’m stuck, any other ideas?

    Best,

    Bradley

    #304680

    Hi!

    Thank you for the update.

    I added the code on Enfold > General Styling > Quick CSS field and it does remove the related products section. Please check here: http://jamesoneillandthesilvershadows.com/product/return-to-abbey-road-3/

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    #304717

    OK, this embarrassing. I discovered what I did wrong. On my main Products page I added a product grid without realizing that Woo was populating the page too. So, I had two versions of the inventory in play at the same time on the page. When I deleted the Product grid my products show up only once on that page.

    Thanks for your help, I see where the custom css really is doing what it needs to. Sorry to be such a dope.

    Bradley

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Disable Woo Commerce Related Products in Enfold’ is closed to new replies.