Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #952793

    Is there a way to change the font size on the “TAGS” in a blog post to something smaller? On the desktop, they look rather large in all caps – I was just wondering if there’s a way to drop the size down a bit? Thanks!

    #952838

    Hey mrjohnson2,

    Yes, through css. Please provide a link to the site/page in question so that we can inspect it.

    Best regards,
    Jordan Shannon

    #952846

    Hey Jordan –

    I’m just referring to any of the blog posts pages, not a specific page in general. I would just like to see if it is possible to reduce the size of the fonts that are using the TAGS. Thanks

    #952859

    Hi,

    Yes via css but I ask to view your pages just to see the classes/ids specific to your site that may differ from our demos. This matters when providing accurate css.

    Best regards,
    Jordan Shannon

    #952861

    Gotcha. Site link is listed in the private content. Thanks again for your time!

    #952863

    Hi,

    Thank you for providing the link. Please add the following to quick css:

    .blog-tags.minor-meta a{
    font-size:10px!important;
    }

    Adjust the size to whatever you prefer.

    Best regards,
    Jordan Shannon

    #952864

    Thank you Sir! You guys are great! Thanks again for looking into this for me. Have a good one!

    #952867

    Hi,

    No problem at all my friend. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change the font size (smaller) for Tags in a Blog Post’ is closed to new replies.