Hide Wishlist and Quick view and Other - by metcis

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

  • Avatar: metcis
    metcis
    Participant
    March 19, 2015 at 14:34

    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!

    7 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    March 19, 2015 at 15:18

    Hello,

    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.

    Avatar: InsightCreativos
    InsightCreativos
    Participant
    March 23, 2015 at 10:53

    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.

    Please, contact administrator
    for this information.
    Avatar: Brian Johnson
    Brian Johnson
    Member
    March 23, 2015 at 14:59

    Hello

    Please rename your default.custom.css to custom.css .

    With best regards
    Brian Johnson

    Avatar: InsightCreativos
    InsightCreativos
    Participant
    March 24, 2015 at 12:29

    Ok, thank You very much!!

    Avatar: Brian Johnson
    Brian Johnson
    Member
    March 24, 2015 at 12:32

    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

    Avatar: metcis
    metcis
    Participant
    March 24, 2015 at 23:59

    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;
    }
    
    Avatar: Eva
    Eva Kemp
    Support staff
    March 25, 2015 at 10:49

    Hello,

    We’re glad you’ve found the solution.
    Is your problem resolved now?

    Thank you.
    Regards,
    Eva Kemp.

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

You must be logged in to reply to this topic.Log in/Sign up

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