CSS code to remove tags and change social icons

  • Unknown's avatar

    Hi,

    I need help with two different things on our company website http://www.yummypubco.com but I can’t find the right code to do so.

    1. I need to remove the tags on all our posts and pages

    2. I need to change the look of our social media icons and I’d also like to move them to the top of our webpage, instead of the footer.

    Help?

    Thank you!

    Allie

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Allie, to remove tags from single post pages in Goodz, add the following to the custom CSS.

    .single-post .tags-links {
        display: none;
    }

    I’m not currently seeing any social icons on your site. If you can add them, I can see if I can move them for you. Sometimes this is possible, and sometimes it doesn’t work out too well, but I will certainly see what I can do for you on that.

  • The topic ‘CSS code to remove tags and change social icons’ is closed to new replies.