-
Author
-
October 22, 2017 at 05:57 #177337
rlarson87
ParticipantHi, how do I update the static and hover color of the buttons throughout the theme. For example, the button in the screenshot for “save changes” is white when static and light grey when hovering. I would like to change colors…
Attachments:
You must be logged in to view attached files.October 22, 2017 at 17:41 #177387Kieran_SQ
ModeratorHi,
You can change the colors used by KLEO by going to WP Admin > Theme Options > Styling Options > Main and settings the options as per your design requirements.
A great way to see the changes as you’re editing styling is to go to Appearance > Customize
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
October 23, 2017 at 01:09 #177433rlarson87
ParticipantHi, I went to styling options but I don’t see the option to change the background color of buttons for static and hover. Please advise where that is at.
October 24, 2017 at 06:19 #177622Kieran_SQ
ModeratorHi,
Apologies I misunderstood the element you wished to style. You can use the below CSS to override the buttons shown. Adjust the color and background-color values to suit your needs
.submit input {background-color: black !important;color: #ffffff !important;}
.submit input:hover {background-color: white !important;color: #000000 !important;}
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.