This topic has 3 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #156022
     kpkrew
    Participant

    Hi there, just ondering if you could help me out, I am trying to change the background colour of the button on the login/register model (currently pink), is there a place in settings to do this or some css code to do it with.

    #156155
     Laura
    Moderator

    Hello, just add this to style.css of child theme

    COPY CODE
    
    .button.alert {
        background-color: black !important;
        border: 1px solid black !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #156156
     kpkrew
    Participant

    thanks for that, if i could be a pain trying in vain to also change it to orange background on hover, anychance you can help with that css as well. thanks in advance

    #156300
     Laura
    Moderator

    Hello, just use

    COPY CODE
    
    .button.alert:hover {
        background-color: orange !important;
        border: 1px solid orange !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?