This topic has 4 replies, 2 voices, and was last updated 10 years, 7 months ago ago by Olga Barlow
Hi there
I am having trouble with the product categories images. I have a product cateogry (Badminton) that i am using as a parent for other cateogries (badminton rackets, badminton bags etc). When i include an image as a thumbnail for these categories when i am on the parent page (badminton) all the images for the sub categories come up which is perfect. However, when i click on the sub categories that thumbnail comes up as a large image which i do not want, i just want all the products that are in that cateogory to come up in small images instead. Please can you help?
Also, please could you let me know how i have the 3 narrow images headers like on the demo page that say “have any questions….. big sale etc! As my page does not have this and i cannot find where to make this work on my page.
Thank you
Hello,
If you want to hide category image from category header you may add following code in your custom.css .cat-banner {display: none;}
To create custom.css file rename default.custom.css to custom.css. Then go to Blanco settings > General > check Enable custom.css. Edit this file via FTP or use editor in dashboard (Apprearance > Editor).
To add 3 banners go to Appearance > Widgets and add Text widget to Home Page sidebar with following code
<a href="#"><img src="http://www.mdgsports.com/wp-content/themes/blanco/images/assets/home_1.png"></a>
<a href="#"><img src="http://www.mdgsports.com/wp-content/themes/blanco/images/assets/home_2.png"></a>
<a href="#"><img src="http://www.mdgsports.com/wp-content/themes/blanco/images/assets/home_3.png"></a>
<span class="close-parent"> </span>
Great, thank you very much!
Hello,
You are welcome!
The issue related to '‘Product Categories / Images below headings’' has been successfully resolved, and the topic is now closed for further responses