This topic has 6 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hello,
1. In your “snowboard theme” the product catergory title on the homepage is blue. I want this to be green but it doesn’t work. I can only change the product category title in the shop sideber, but that one is supposed to stay white.
2. I would like to add a background image to the header, another background image to the menu and body and a background image to the footer.
3. At the snowboard theme the images of the featured products on the homepage are bigger than mine, where can I change this size?
Hello,
1) Please add this code into custom.css file.
.widget_product_categories h2{
color:green;
}
2) For header image.
header{
background:url(there should be a link to the image);
}
For menu image.
.header-type-6 .menu-wrapper{
background:url(there should be a link to the image);
}
For body image.
.page-wrapper{
background:url(there should be a link to the image);
}
For footer image.
footer{
background:url(there should be a link to the image);
}
3) Do you mean this images? http://prntscr.com/61a8na
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thank you for your quick reply!
Yes I mean that image, and also the other images at the shop page and single product page.
Hello,
Your original images are very small.
You should upload them with approximate dimensions 1 425px × 1 900px.
Also you can set products images sizes in Woocommerce settings as described in our documentation:
https://www.8theme.com/demo/docs/royal/#!/woocommerce
Thank you.
Regards,
Eva Kemp.
Thank you!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Background images / colors’' has been successfully resolved, and the topic is now closed for further responses