-
Author
Tagged: Text Color
-
June 29, 2014 at 05:26 #21225
matt88
ParticipantHow do I change the text color (see attachment). The default color is too light and very hard to see on a white background. I used a snapshot of a page on my site for reference. I tried all of the options in Theme Options–>Styling
Attachments:
You must be logged in to view attached files.June 30, 2014 at 12:52 #21256Catalin
ModeratorHello,
You need to add the following code to the style.css file from the child theme folder of the theme:
COPY CODE.breadcrumb>li+li:before { color: #xxx !important; } .breadcrumb li span { color: #xxx !important; } div.post-content .post-header .post-meta, div.post-content .post-footer, div.post-content .post-header .post-meta small a, div.post-content .post-footer small a, div.post-content .post-footer small a span { color: #xxx !important; }where #xxx should be replaced with the color code you want.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 17, 2014 at 04:51 #22801matt88
ParticipantOK Thanks. Do I replace or delete anything or just add it somewhere. If I add it does it matter where.
July 17, 2014 at 12:33 #22841Catalin
Moderatoryou need to add the code in style.css from the child theme folder
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 20, 2014 at 18:27 #23032matt88
ParticipantCan I paste it in Theme options.–> General settings.–> Quick css box.
July 21, 2014 at 10:41 #23039Catalin
Moderatoryes, you can add the code there too.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The topic ‘Changing Text Color’ is closed to new replies.

