How to change some button? - by ibuyukarslan

This topic has 8 replies, 5 voices, and was last updated 7 years ago ago by Olga Barlow

  • Avatar: ibuyukarslan
    ibuyukarslan
    Participant
    April 13, 2017 at 21:31

    Hi,

    I’ve tried lot of codes but couldnt change those..

    1 – Could you please help me to change this buttons color ( with hover ) ?

    http://prntscr.com/ew4wpj
    http://prntscr.com/ew4wve
    http://prntscr.com/ew4x4k

    2 – How to i disable this tabs ?

    http://prntscr.com/ew4xlf

    Thanks!

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: makyol
    makyol
    Participant
    April 14, 2017 at 13:17

    Hello,

    For screeenshot 1.2 and 1.3
    I added these to custom css and it is working :

    .footer-product .button {
    background : #yourcolor
    }
    .view-color-dark .yith-wcwl-add-button a.add_to_wishlist,
    .view-color-dark .yith-wcwl-wishlistexistsbrowse a,
    .view-color-dark .yith-wcwl-wishlistaddedbrowse a {
    border-left: 1px solid #4C4C4C;
    background-color: #yourcolor;
    }
    .view-color-dark .show-quickly {
    border-right: 1px solid #4C4C4C;
    background-color: #yourcolor;
    }

    You may try but i think Olga can give better answer.

    Avatar: naja
    Naja Jamal
    Member
    April 15, 2017 at 08:23

    Hello,

    Your first and 3rd screenshot shows just a blank page.

    Let us know the pages url too with your screenshot.

    In private content we do not see your site url.
    Please let know that too

    Avatar: ibuyukarslan
    ibuyukarslan
    Participant
    April 15, 2017 at 15:05
    Avatar: ibuyukarslan
    ibuyukarslan
    Participant
    April 18, 2017 at 11:53

    Help ?

    Avatar: amzy
    Amzy Leel
    Participant
    April 19, 2017 at 06:59

    1)

    .view-color-white .footer-product .button { background-color: #ff0000; }
    .view-color-white .footer-product .button:hover { background-color: your hover color code; }

    2)
    .portfolio-filters { display: none; }

    put above code in,

    8theme options >> styling >> custom CSS >> global custom CSS

    Avatar: ibuyukarslan
    ibuyukarslan
    Participant
    April 19, 2017 at 13:58

    http://prntscr.com/ey9q1t

    This is still same color.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 19, 2017 at 16:18

    Hello,

    Custom for these buttons
    idle

    .shopping-container .cart-popup .button.btn-checkout {
        border-color: red;
        background-color: red;
    }
    .shopping-container .cart-popup .button.btn-view-cart {
        border-color: red;
        background-color: red;
    }

    Hover

    .shopping-container .cart-popup .button.btn-checkout:hover {
        border-color: blue;
        background-color: blue;
    }
    .shopping-container .cart-popup .button.btn-view-cart:hover {
        border-color: blue;
        background-color: blue;
    }

    Regards

  • 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.