Tagged: 

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

    Hi!

    I try to style my single product page in woocommerce using the WP Views tools based on your page.php.
    Basically it works fine, but the only problem is, that I don’t need the image on top of the page which is somehow generated through your page.php loop.

    How can I deactivate this?

    Regards, Stefan

    #411152

    Hey Klaus!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-thumb {
      display: none !important ;
    }

    Cheers!
    Yigit

    #411732
    This reply has been marked as private.
    #411940

    Hi!

    Glad we could help :)

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove image on top of the single product site (woocommerce, wp views)’ is closed to new replies.