Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor James Koster

    (@jameskoster)

    Hi,

    No there aren’t any paramaters to affect the styling of these products. The styling is inherited from the standard product archives. If you’d like to change it you’ll need to add some CSS with additional specificity.

    Something like;

    .the-post-container .woocommerce ul.products li.product {
    /* Stuff here */
    }

    Thanks

    Thread Starter Martin

    (@rastarr)

    Hey thanks so much for the help. While a bit of a newbie when it comes to CSS, I sorted it out with your helpful pointer and Espresso CSS Editor.

    I did notice from a search that there are some shprtcodes that have an attribute of ‘style’but that isn’t listed anywhere in any docs that I can officially find.

    Did you know about that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is there a way to style those single Product shortcodes’ is closed to new replies.