Changing font colours in Post Header and Category List - Acme Themes

Best Premium and Free WordPress Themes Forums Infinite Photography Changing font colours in Post Header and Category List

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87301
    deepreality
    Participant

    Site: 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

    #87352
    acmethemes
    Keymaster

    Dear Deepreality,
    Please add the given CSS code in Additional CSS.
    Appearance > Customize > Additional CSS

    article.page .entry-header .entry-title {
         color: brown;
    }
    
    .widget li a {
        color: #eabb50;
    }

    Best Regards!

    #87353
    deepreality
    Participant

    Thanks, that works for the Category listing, but doesn’t seem to change the title of the page?

    #87399
    acmethemes
    Keymaster

    Dear Deepreality,
    Please add the given CSS code in Additional CSS.
    Appearance > Customize > Additional CSS

    article.post .entry-header .entry-title, article.page .entry-header .entry-title {
        color: azure;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.