Slider background & button color - by Kirill Klassen

This topic has 4 replies, 2 voices, and was last updated 4 years, 9 months ago ago by Olga Barlow

  • Avatar: Kirill_Klassen
    Kirill Klassen
    Participant
    July 8, 2019 at 13:54

    Hello,

    1) In previous topic you guys helped me to change color of single product sidebar button with CSS. For some reason color of “filter” button in the shop page changed as well. I’d like to change back to a normal text.
    2) Could you help me with a section on the main page please? I set a background for a row with WP builder and I’d like it to disappear on all views but desktop.
    3)Category filter dropdown is styled differently from other filters. Could you fix it too please?

    Thank you!

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 9, 2019 at 11:04

    Hello,

    1) Because both buttons have the same classes. Replace the previous code by the following

    .sidebar-widget ._shiptor_widget+.button {
        background-color: #3c8f0d;
        color: #fff;
        border: 1px solid #222;
    }

    2) I would recommend you to set background-position to center http://prntscr.com/oc96bm and then there is no need to hide it for the mobile devices because the only white area will be visible for mobile. In other case it does not look ok for the large resolutions http://prntscr.com/oc95d4

    3) These default styles come from the WooCommerce plugin styles http://prntscr.com/ocjcok
    To change the blue color to green use the following code
    .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] { background-color: #3c8f0c;}

    Regards

    Avatar: Kirill_Klassen
    Kirill Klassen
    Participant
    July 9, 2019 at 11:53

    Thank you!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 9, 2019 at 16:11

    Hello,

    You are welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 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.