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!
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
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
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
Gotcha. Site link is listed in the private content. Thanks again for your time!
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
Thank you Sir! You guys are great! Thanks again for looking into this for me. Have a good one!
Hi,
No problem at all my friend. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon