-
Author
-
June 7, 2018 at 15:51 #200221chris1218Participant
Hello, I’m trying to make the lines in the screenshot darker or blue. Could you please tell me a CSS code that could do that? I’m not sure how to designate the codes for the lines specifically.
Attachments:
You must be logged in to view attached files.June 8, 2018 at 06:58 #200270Kieran_SQModeratorHi,
You can override the inherited colors of this element with the below custom CSS. Please add the below snippet to your KLEO Child theme’s style.css file via WP Admin > Appearance > Editor > KLEO Child > Style.css or in Theme Options > General Settings > Scroll to: ‘Quick CSS’.
COPY CODE.profile #buddypress .hr-title.hr-full.hr-double { border-color: #3c81c0; }
I used the color from your header for the example but you can change the # value to suit your needs. After saving the custom CSS clear your website cache, CDN and front-end cache to see the 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.
June 8, 2018 at 16:05 #200320chris1218ParticipantPerfect!!! Thanks for going over and above by finding the header color for me!
June 8, 2018 at 18:47 #200345Kieran_SQModeratorHi,
Glad this is working for you 🙂 Feel free to open a new ticket any time and we’ll be happy to assist.
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
The forum ‘General questions’ is closed to new topics and replies.