This topic has 10 replies, 3 voices, and was last updated 8 years, 12 months ago ago by Eva Kemp
Hello,
I have tried so many times now that i need help from you guys.
This is what i need help with:
1. The product page is messed up – the photos shows double up. So please remove the photos that is not ment to be there ( ON THE TOP)
2. The Add to Cart button on product pages is wrong color, i want the same color as “COMPARE” button
3. Remove header from product pages
4. In shop/home site, the products is not on line – is this because of some products has longer names? Pls fix this
5. Remove mailchimp from buttom on the pages, i want it underneath the photo in home page “SIGN UP PHOTO”
6. Remove the description of products underneath the photos – and put related products there instead
Can you please help me? This is urgent for my online store
Hello,
1. The problem is caused by one of your plugins. Disable them one by one to find it out.
2. Use this code in custom.css file:
.single-product-page .product-info .single_add_to_cart_button {
color: #A2D4F6 !important;
background-color: #003D66 !important;
}
How to create custom.css you can watch in this tutorial
3. You need edit the file wp-content/themes/legenda/woocommerce/archive-product.php and remove the code get_header('shop');
.
4. Add this code in custom.css file:
.slide-item .product .product-name, .products-grid .product .product-name {
height: 40px;
}
5. Please show a screenshot what you want to achieve as it’s unclear for us.
6. Do you want to remove Description tab on single product pages?
Regards,
Eva Kemp.
Hello
Hello,
Provide us with FTP credentials.
Thank you.
Best regards,
Jack Richardson.
Hello there!
Hello,
1. The problem with images was caused by the plugin “YITH WooCommerce Zoom Magnifier”. I’ve deactivated it. Please check single product pages now.
2./4. I’ve added the code in custom.css file.
Regards,
Eva Kemp.
Thanks, you are the best!
Hello,
I’ve added this code in custom.css file:
.sxy-zoom-container .sxy-zoom-bg, .sxy-zoom-container, .main-image-slider {
width: 400px;
height: 400px !important;
}
Please check images now.
Best regards,
Jack Richardson.
Hey Jack
I see after you put the thumbnail photos higher up it bugged the product photo. Made it blurry and unsharp.
Could you undo this edit? We can just keep it the way it was, so the photos are not blurry and stretched out?
Many Thanks
Oskar
Hello,
I’ve removed the code in custom.css file.
Please check now.
Regards,
Eva Kemp.
Tagged: customization, design, help, support, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up