Product Page Changes and Removal of Wishlist

This topic has 14 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp

  • Avatar: masseyn
    masseyn
    Participant
    February 17, 2015 at 19:25

    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 ?

    Please, contact administrator
    for this information.
    13 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 18, 2015 at 00:44

    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.

    Avatar: masseyn
    masseyn
    Participant
    February 18, 2015 at 14:10

    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 ?

    Avatar: masseyn
    masseyn
    Participant
    February 18, 2015 at 14:11

    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 🙂

    Avatar: Eva
    Eva Kemp
    Support staff
    February 18, 2015 at 19:01

    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.

    Avatar: masseyn
    masseyn
    Participant
    February 19, 2015 at 01:11

    Hi Eva, I have attached the screenshot of where the wishlist is still showing….

    Wishlist Image

    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 ?

    Please, contact administrator
    for this information.
    Avatar: masseyn
    masseyn
    Participant
    February 19, 2015 at 01:20

    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 ?

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    February 19, 2015 at 10:56

    Hello,

    Please add this code in custom.css file:

    .meta-title {
       margin-bottom: 0px;
    }
    .tabs.accordion {
        margin-top: -20px;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: masseyn
    masseyn
    Participant
    February 25, 2015 at 01:03

    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 Smaller Gap

    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 ?

    Avatar: Eva
    Eva Kemp
    Support staff
    February 25, 2015 at 09:36

    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.

    Avatar: masseyn
    masseyn
    Participant
    February 25, 2015 at 14:51

    That just moves the description text up and it now overlaps the text

    Issue Image

    I need to remove the space where I have indicated in Yellow.

    Thanks for your help.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 25, 2015 at 18:02

    Hello @masseyn,

    To remove the space there please add folloving code into custom.css file.

    .product-information .price{
    display: none;
    }

    Regards,
    Robert Hall.

    Avatar: masseyn
    masseyn
    Participant
    February 25, 2015 at 22:59

    Thats it ! Thankyou Robert

    Avatar: Eva
    Eva Kemp
    Support staff
    February 26, 2015 at 00:09

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 14 results - 1 through 14 (of 14 total)

The issue related to '‘Product Page Changes and Removal of Wishlist’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.