Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #384202
    varunchugh
    Participant

    Dear tema, How do I change the font style of the tags on my homepage. This is my website – http://www.outlineofphotography.com (my photo travel blog), if you look on the home page, below each blog post there are tags, how do I change the font styles of these tags. There are getting lost in the background at the moment.

    I am on the latest wordpress version, X theme versions 4.1.0.

    Thanks

    Regards
    Varun

    #384221
    Paul R
    Moderator

    Hi Varun,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer.

    
    .entry-footer a {
        font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 13px;
        color: black;
        background-color: transparent;
    }
    

    You may change the values(13px,black,transparent,Lato) to achieve your desired look.

    Hope that helps.

    #384240
    varunchugh
    Participant

    Great, thanks a lot for the swift response

    Cheers
    Varun

    #384262
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-384202 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>