Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #250579
    Tieranism
    Participant

    hi
    I need to change the font colour in the sidebar but cant seem to find how to do so .. >CUSTOMISE >TYPOGRAPHY doesnt seem to do the trick nor are any of the default set to the colour currently displayed in the widget ‘Recent Posts’ (FYI) .. if it helps any when I inspect the element that Im trying to change I get this

    Let Me Introduce Myself

    any help would be appreciated TIA

    #250602
    Skandha
    Participant

    @tieranism: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wpp-post-title {
        color: #f23456 !important;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Styling Links – font colour’ is closed to new replies.