• Hi, thanks in advance for the help. I can’t find out how to hide tags in the post page. Can anyone give me a hint? Thanks

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

    1. Login as admin and go on theme customizer Dashboard >> Apperance >> Customize or Click on Customize link on top bar from front-end.

    2. Then navigate Other Options >> Custom Code and put below css into Custom CSS textarea then click Save & Publish button.

    
     .post-meta__tag__item::before, .post-meta__tag__item a{ display: none; }
    

    Hope this helps you.

    Theme Author Atlantis Themes

    (@pangolinthemes)

    Hi @fablar

    Update Bellini from Dashboard -> Updates & Follow these steps:

    1. Go to Appearance -> Customize -> Other Options -> Show / Hide
    2. Scroll down to “Single Post Components” and un-check
    3. Click on “Save & Publish”

    Thanks

    Thread Starter fablar

    (@fablar)

    Hi @pangolinthemes, thanks for your reply. That option was already unabled, and it worked with higing everything but the tags in the posts pages.

    Hi @saurabhdhariwal thank you too. I followed your steps but I still got an isuee. Tags disappeared, but I still see comas (, , , ,) in the tags place… any other hint?

    Thread Starter fablar

    (@fablar)

    UPDATE: Issue solved. I inserted the code

    span.post-meta__tag__item {
    display: none;
    }

    in the custom CSS. Thanks everyone who helped.

    Theme Author Atlantis Themes

    (@pangolinthemes)

    Hi @fablar

    We just released an update. Update Bellini from Dashboard -> Updates & Follow these steps:

    1. Go to Appearance -> Customize -> Other Options -> Show / Hide
    2. Scroll down to “Single Post Components” and un-check
    3. Click on “Save & Publish”

    Thanks

    rubymaejewelry

    (@rubymaejewelry)

    Help, I really need to hide the unsightly, overlaping tags from my blog posts. I do not see the “other options” choice anywhere after I click Appearance then Customize on my dashboard. I also tried the Customize tab on the top toolbar but I don’t see it there either.
    Any suggestions?
    Leah
    website page https://rubymaejewelry.com/?page_id=14

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hide tags in posts’ is closed to new replies.