badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Removing tags on blog page

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #21697
    phyllis
    Participant

    Please see our blog page:
    http://www.harbandco.com/blog/

    On blog page it shows the tags, I only want it to show the tags IF someone clicks on the read more button. Otherwise it should just have the pic and small blurb (verbiage).

    So the question is, how do I remove the “tags” from that blog page?

    #21760

    Hi Phyllis,

    To remove tag from the blog page Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .blog-medium footer.entry-meta {
        display: none;
    }

    Thank you!

    #21846
    phyllis
    Participant

    Thank you! This worked 🙂

    #21847
    phyllis
    Participant

    BUT… this now shows the categories in the place of the tags. How can I remove the categories? I want it to only show title, excerpt and featured image.

    Help!

    #21879

    Hi Phyllis,

    Oh! Remove the previous css code and Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button to remove the tag and category for your blog page.

    .blog-medium header.cat-links,
    .blog-medium footer.tag-links {
        display: none;
    }

    Thank you!

    #21903
    phyllis
    Participant

    Unfortunately that did not work! I deleted the old and inserted the most recent code. I left the recent code and you can see it is still showing the category.

    http://www.harbandco.com/blog/

    #21972

    Sorry Phyllis. We missed space between header and .cat-links please use below css code.

    .blog-medium header .cat-links,
    .blog-medium footer .tag-links {
        display: none;
    }
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.