-
Author
-
December 24, 2017 at 12:56 #183807CairyParticipant
Hi,
how can I change the h4 color of the recommended articles?
Tried
.post-title.entry-title {
color: #ffbcd8
}
but it doesnt work.
Regards!
December 24, 2017 at 13:39 #183808CairyParticipantScreenshot
Attachments:
You must be logged in to view attached files.December 24, 2017 at 16:22 #183821Kieran_SQModeratorHi,
Please use the below CSS to target only the H4 link element within the related articles. You can add this to WP Admin > Appearance > Editor > KLEO Child > Style.css or to Theme Options > General Settings > Scroll to: ‘Quick CSS’.
COPY CODE.related-wrap h4.post-title.entry-title a { color: #ea4c88 !important; }
Adjust the value #ea4c88 as needed. Make sure to clear your website cache, CDN and your local cache (Ctrl+F5) to see 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.
December 24, 2017 at 23:20 #183845Kieran_SQModeratorGlad it worked, Merry Christmas to you too.
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 ‘Bugs & Issues’ is closed to new topics and replies.