Greetings!
I would like to know what to do to hide the lower banner, in the shop page, on all products, which pops up and shows buttons Wishlist and Quick View. I have disabled Quick View, but the Wishlist is still there, there are no options in the theme settings, and I could not achieve results through the code. Please help me out on that.
Also there is a display problem with popup on Single Product Page, there are buttons that switch to other product, with a Preview, but there problem is that it’s not appearing right, there is a Hidden Overflow and the popup is cropped. The text in those popups is missing, just the header showing up and image, is it suppose to be like that?. I have a Boxed Layout and can’t switch to Wide, and how to fix it have no idea. Waiting for your reply. Thanks!
Site URL: hiddenHello,
1. Please add this code in custom.css file:
.footer-product {
display: none;
}
2. Use this code in custom.css:
.product-navigation .next-product .hide-info {
left: none !important;
right: 1px !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Hello,
I have the same problem, I have enable Custom CSS file from Theme Options -> Custom CSS, and I have add this code to the default.custom.css from the “editor”;
.footer-product {
display: none;
}
.product-navigation .next-product .hide-info {
left: none !important;
right: 1px !important;
}
But still doesn´t work.
Thank You very much and best regards, Javier.
Site URL: hidden Theme version: 1.4 WooCommerce version: 2.3.7Hello
Please rename your default.custom.css to custom.css .
With best regards
Brian Johnson
Ok, thank You very much!!
You are welcome.
We would very much appreciate if you leave a comment and rating for our theme on themeforest.net
With best regards
Brian Johnson
Thanks for support! First code worked, but second is not what I needed. This is what I came up with to fix my problem:
.product-navigation .next-product .hide-info {
left: -240px !important;
right: 1px !important;
}
.product-navigation .next-product .hide-info::after, .product-navigation .prev-product .hide-info::after {
left: 71%;
}
.product-navigation .next-product .hide-info::before, .product-navigation .prev-product .hide-info::before {
left: 71%;
}
.product-navigation .prev-product .hide-info {
left: -240px !important;
right: 1px !important;
}
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
You may extend support period on ThemeForest and then update its status by clicking "Update" button in your Account area.
Purchase code | Expiration date |
---|---|
d7ed5d03-cb21-4657-b20c-442972d0523c | 15 Nov 2016 |