Popup basket button style - by addingadds

This topic has 5 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp

  • Avatar: addingadds
    addingadds
    Participant
    March 3, 2015 at 12:10

    Hi

    I get popup when adding item to basket, Cool feature, BUT,

    where can i change the colors/style of the buttons ?

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: addingadds
    addingadds
    Participant
    March 3, 2015 at 12:11

    the popup image

    Avatar: Eva
    Eva Kemp
    Support staff
    March 3, 2015 at 13:52

    Hello,

    You need add this code in custom.css file:

    .emodal .emodal-text .btn {
        background-color: red;
        color: black;
    }
    .btn.filled.active {
        background-color: red;
        color: black;
    }

    Add your color values for text color and background color.

    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: addingadds
    addingadds
    Participant
    March 3, 2015 at 15:45

    Thank you.

    I created the custom CSS, but how many places or different styles must i change to change all the buttons in the theme ? Is there an easy overview of the styles to buttons ?

    Avatar: Eva
    Eva Kemp
    Support staff
    March 3, 2015 at 19:48

    Hello,

    For other buttons you can use this code:

    .btn {
        background-color: red;
        color: black;
    }

    Thank you.
    Regards,
    Eva Kemp.

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