-
Author
-
March 20, 2017 at 05:09 #156022kpkrewParticipant
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.
March 20, 2017 at 22:29 #156155LauraModeratorHello, 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 solutionLaura 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 🙂
March 20, 2017 at 22:58 #156156kpkrewParticipantthanks 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
March 22, 2017 at 03:35 #156300LauraModeratorHello, 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 solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.