Best Premium and Free WordPress Themes › Forums › Infinite Photography › Changing font colours in Post Header and Category List
- This topic has 3 replies, 2 voices, and was last updated 3 months, 3 weeks ago by
acmesupports.
- AuthorPosts
- September 22, 2020 at 9:19 am #87301
deepreality
ParticipantSite: https://deepreality.co.uk/2020/09/02/wildlife-birds/
I’d like to change the font colours of the post header (‘Birds’ on the linked page above) and also the category list font on the right-hand side bar so they show up more clearly against a darker grey background.
I can’t find any options to do this in the Appearance |Customise section so I assume this must be done via CSS. Can you let me know what the appropriate code is please?
Thanks
Mike
September 23, 2020 at 3:34 pm #87352acmesupports
ModeratorDear Deepreality,
Please add the given CSS code in Additional CSS.
Appearance > Customize > Additional CSSarticle.page .entry-header .entry-title { color: brown; } .widget li a { color: #eabb50; }
Best Regards!
September 23, 2020 at 3:56 pm #87353deepreality
ParticipantThanks, that works for the Category listing, but doesn’t seem to change the title of the page?
September 25, 2020 at 4:27 am #87399acmesupports
ModeratorDear Deepreality,
Please add the given CSS code in Additional CSS.
Appearance > Customize > Additional CSSarticle.post .entry-header .entry-title, article.page .entry-header .entry-title { color: azure; }
- AuthorPosts
- You must be logged in to reply to this topic.