• Resolved SukanyaMukherjee

    (@sukanyamukherjee)


    How do I remove the tag cloud at the end of every post on the homepage? If that is not possible, is there a way I can change the color of the tags appearing after each post?
    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter SukanyaMukherjee

    (@sukanyamukherjee)

    Hi, can anyone help me solve this problem? I need to get rid of the tags that appear on the homepage after each post. It just makes the whole page look cluttered. Is there a way I can prevent the tags from being shown on the homepage?

    Theme Author Brian Harris

    (@zgani)

    Hello SukanyaMukherjee

    Add the following CSS to a custom CSS plugin or in your child theme if using one.

    .entry-meta .tag-links {
        display: none;
        visibility: hidden;
    }

    Regards,
    Zulf

    Thread Starter SukanyaMukherjee

    (@sukanyamukherjee)

    It worked! Thanks.

    Thread Starter SukanyaMukherjee

    (@sukanyamukherjee)

    Umm… actually I tried it and it seemed to be working at first. But unfortunately the tag clouds are still showing on the home page. I added the CSS to my child theme Stylesheet. Is there any reason this is not working? Is there any particular location where I need to add this CSS code?

    Theme Author Brian Harris

    (@zgani)

    Can provide a link to the site so I can see what is going via the source code?

    Thread Starter SukanyaMukherjee

    (@sukanyamukherjee)

    I added the code again and it seems to be working. Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove the tag cloud on the homepage’ is closed to new replies.