• Resolved Jim

    (@kernix)


    The word “TAG” and the actual tags for each blog post is really small. I got an error from Google about links too small so I removed tags from appearing on my posts. My site is mobile-friendly now and I added the tags back but I would like to increase the size.

    I did not see a setting in Customize to increase the size. Anyone know how I can increase the font size, and how to find out what the current font size is? I added a link to a post to see the size of my tags.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Try to add the below code to the Customize > Custom CSS section to fix it –

    .single .post-tags {
        font-size: 14px;
    }
    Thread Starter Jim

    (@kernix)

    Perfect – worked like a charm – thanks!

    You’re welcome!

    Thread Starter Jim

    (@kernix)

    Amit, what is the tag to also add padding between the tags? Is it padding-right? How much padding is the default between tags? Do you think 5 of 10 pixels is good? And just add it below font-size, correct?

    .single .post-tags {
    font-size: 14px;
    padding-right: 5px;
    }

    Would that be correct? Google screwed me on my other site about text too small and clickable elements too small and I think it was the tags.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Increase size of Tags’ is closed to new replies.