I would like to know how to hide the Radio button from my downloadable products? At the moment I have only got one product on my store as I have just started to build my store. I am hoping this can be done.
I would like to know how to hide the Radio button from my downloadable products? At the moment I have only got one product on my store as I have just started to build my store. I am hoping this can be done.
If you could/would post a link to one of the products' pages, I'm sure that there's a bit of CSS that can be created to "hide" that information from the display.
Yes I sure can do that http://www.dreamingofpsp.co.uk/index...roducts_id=180
Edit the file /includes/templates/preston_elite/css/stylesheet.css, line 231, adding the highlighted styling:
That "hides" the product attributes from from the display on every product in your store! There are other solutions available if you want to "not display" that block on only a subset of your products.Code:#productAttributes { display: none; }
You're very welcome; just remember that you've got that totally hidden when/if you create a product that "wants" its attributes displayed!