-
Author
-
November 4, 2018 at 17:23 #212793dcvladParticipant
I changed the style, but can’t find a way to get or off that red color for all the buttons that say “read more” under the blog posts.
i need to change that red for a gold color and i am very frustrated. I have done this before and i know is simple, but i have look and look and look for hours now.
Please help!
November 4, 2018 at 18:13 #212795Kieran_SQModeratorHi,
Please use the below custom CSS in your KLEO Child theme’s style.css via WP Admin > Appearance > Editor > KLEO Child > Style.css or via Theme Options > General Settings > Scroll to: ‘Quick CSS’
COPY CODE.vc_btn3.vc_btn3-color-juicy-pink { background-color: white !important; color: black !important; }
Adjust the values to suit your needs, save and clear your WordPress cache, server cache any CDN and your browsers cache (Ctrl+F5) to see your changes.
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.
November 6, 2018 at 04:59 #212916dcvladParticipantIf i want the background #c79d2d and the letters white…then is?
.vc_btn3.vc_btn3-color-juicy-pink {
background-color: #c79d2d !important;
color: white !important;
}November 6, 2018 at 10:47 #212927Kieran_SQModeratorHi,
You can use white or #ffffff in CSS to denote white. If you wished to change it to a hexadecimal value it would be as below
COPY CODE.vc_btn3.vc_btn3-color-juicy-pink { background-color: #c79d2d !important; color: #ffffff !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.