• Resolved clbuchanan

    (@clbuchanan)


    is there anyway to remove the tags that show in the excerpt area on my blog link. I’ve been able to remove them from he individual post but not this area. I like using them just hate seeing them 🙂
    cheers,
    cl

    ps i’m using the free theme. tia

    • This topic was modified 8 years, 2 months ago by clbuchanan.

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

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

    Here is some CSS that will remove the post tags:

    span.posttags {
        display: none;
    }

    Add to Theme Options> Advanced Settings, and let me know if it works for you.

    -Kevin

    Thread Starter clbuchanan

    (@clbuchanan)

    worked like a charm, thanks Kevin.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘removing tags’ is closed to new replies.