This topic has 14 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
I would like the Product Name to appear above Product Description in the right hand column and also for there to be less of a gap between the Product Description Title and the actual description.
Also is there a way to remove the wishlist as I am only using this as a catalog for now ?
Hello,
As I see there is no product name on the link you provided.
To remove Wishlist link add this code in custom.css file:
.product-information .yith-wcwl-add-to-wishlist a, .product-images .yith-wcwl-add-to-wishlist a {
display: none;
}
Thank you.
Regards,
Eva Kemp.
This removed wishlist from the product description but when i hover over the product on the category page there is still a wish list icon ?
Any ideas ?
This product does have a title as well and you didnt mention any fix ideas for the large gap between the product description heading and the text.
Thanks for all your hard work 🙂
Hello,
Please show a screenshot what gap you want to remove.
To remove wishlist icon add this code in custom.css:
.yith-wcwl-add-button a.add_to_wishlist {display: none;}
Thank you.
Regards,
Eva Kemp.
Hi Eva, I have attached the screenshot of where the wishlist is still showing….
When i show more products on the page it shows as a heart. I would rather quick view show in the centre and no wishlist…
The gap between the description title and the short description is caused by the price field. I dont want to show any prices as using this as a catlog but it still leaves the gap…
Anyway of removing this ?
Ignore the wishlist part, i have disabled the plugin as i dont need it at all and thats all worked.
Just the bit about the gap where the price is hidden…
The gap between the description title and the short description is caused by the price field. I dont want to show any prices as using this as a catlog but it still leaves the gap…
Anyway of removing this ?
Hello,
Please add this code in custom.css file:
.meta-title {
margin-bottom: 0px;
}
.tabs.accordion {
margin-top: -20px;
}
Thank you.
Regards,
Eva Kemp.
Hi,
I have added the code in and it seems to have removed the gap underneath the top description but where the price usually shows
There is still a large gap at the top where the price would show if i had one.
I do not want any prices to show so can i remove this gap ?
Hello,
Please try to use this code:
.tabs.accordion {
margin-top: -50px;
}
instead of this one:
.tabs.accordion {
margin-top: -20px;
}
Thank you.
Regards,
Eva Kemp.
That just moves the description text up and it now overlaps the text
I need to remove the space where I have indicated in Yellow.
Thanks for your help.
Hello @masseyn,
To remove the space there please add folloving code into custom.css file.
.product-information .price{
display: none;
}
Regards,
Robert Hall.
Thats it ! Thankyou Robert
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: changes, product page, removal, templates, wishlist, woocommerce, wordpress
The issue related to '‘Product Page Changes and Removal of Wishlist’' has been successfully resolved, and the topic is now closed for further responses