This topic has 10 replies, 4 voices, and was last updated 8 years, 6 months ago ago by Robert Hall
Hi – How to get rid of the big image at the top of the product woocommerce page – I would like to have only the menu.
At the home page – I can not find where the parallax image is – I would like to change it
Where I can find all the other woocommerce page and content?
Regards
Hello,
1. Go to Theme Options > E-Commerce > Shop > and remove image in “Product Page Banner” section.
2. Go to Pages > edit your home page > open row settings of the block with parallax background as shown on the screenshot http://prntscr.com/avqw4l
3. All woocommerce pages are created automatically after you install woocommerce plugin and press woocommerce wizard setup.
Regards,
Eva Kemp.
How to get rid of the big image in the Menu at the top I just want de menu bar- at home page fine for the other I would prefer no image in the menu
3. All woocommerce pages are created automatically after you install woocommerce plugin and press woocommerce wizard setup.But can we modify it
In my home page in your demo the product had a swap effect when you mouse over it – it seem in my home page it did not work even if the swap option is select- can you help me to fix it
and can you tell me where I enter that an image is a Featured image in home page – I enter all my product now I would like to them to show in my homme page as Featured
regards
Hello,
As I see you’ve already removed the image http://storage8.static.itmages.com/i/16/0425/h_1461572532_4787626_7669918d82.png , haven’t you?
3. Please read how to mark featured products https://support.woothemes.com/hc/en-us/articles/203104327-Mark-Product-as-Featured .
Provide us with wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hi where i can find or what I have to do to activate the hover image like the demo – when mouse over the gallery images shows on back of the product image – as you can see on my site it doesn’t work
Hello,
Please show on our demo what hover effect you mean.
Also provide us with wp-admin panel credentials.
Thank you.
Regards,
Eva Kemp.
How can i reduce the line-height: 62px; in my home page – see the text in front of the kissing girl : 25 façons de porter votre foulard – it seem to be a 8theme visual composer (8theme title with text) – how can i modify it – if it need a css – can you write it. I will paste it!
also in my Woo commerce boutique in my side bar I would like to search by color can i do it with my tag or the only way is with the attribute
regards
Hello,
Try the following css code:
.title.design-2 h1 {
line-height: 62px !important;
}
the only way is with the attribute
Yes, you need use Woocommerce layered nav widget.
Best regards,
Jack Richardson.
where i can delete one of this language on the top bar
EN FR GE £ € $
and also where can i change this in french ( My Account Logout ) on the top bar
Hello,
1) Please add this code in 8Theme Options->Styling->Custom CSS->Global Custom CSS.
.languages-area {
display: none;
}
2) You can edit them in \wp-content\themes\classico\framework\theme-functions.php file on line 204 and 206.
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up