[Solved] Remove Image From [wpcoproduct] shortcode

edited April 2013 in Shopping Cart plugin
I am using custom pages which already have images on the page.  Is there anyway to turn off displaying a image in the shortcode - [wpcoproduct]?

Comments

  • 3 Comments sorted by
  • Vote Up0Vote Down
    Hi Tammy,

    Thanks for your post.

    You could use CSS to hide the image, that should work fine. Enter the following code in the "Use Custom CSS" setting (set it to "Yes" first) under Checkout > Configuration > General > Theme, Scripts & Custom CSS:

    div.wpcoproduct div.wpcoimages {
        displaynone !important;
    }

    Please let me know, I look forward to your reply.

    Kind regards,

    Phil

  • Vote Up0Vote Down

    Thanks for you reply - I was able to take what you gave me above and apply to categories.

     

     

  • Vote Up0Vote Down
    Glad it worked for you Tammy!

    Give us a shout any time you need further support - either here in the forums or at http://tribulant.com/support/.

    Regards,

    Phil
Sign In or Register to comment.