About ''category'' and ''Previous'' on post page

This topic contains 4 replies, has 2 voices, and was last updated by  Vicky Thorton 4 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #501982

    Vicky Thorton
    Free User
    Post count: 24

    Hello GD team
    I have a small question. I tried to hide/remove the category of the post with css but it seems that is somehow linked to previous (screenshot). So they appear and disappear together. Is there a way or something am not aware of how to separate the elements?
    The css code i used was .a{display:none;}
    I was not able to find the correct css code i guess

    #502034

    Alex Rollin
    Moderator
    Post count: 27815

    Remove that CSS and we will take a look. Please include a link to the page.

    #502722

    Vicky Thorton
    Free User
    Post count: 24
    This reply has been marked as private.
    #502751

    Alex Rollin
    Moderator
    Post count: 27815

    Try this CSS to hide the Supreme category on the post single:

    
    
    
    footer.entry-footer span.cat-links {
        display: none;
    }
    

    Try this CSS to hide the previous/next links:

    
    
    
    nav.navigation .nav-links {
        display: none;
    }
    
    #503452

    Vicky Thorton
    Free User
    Post count: 24

    Worked!
    Thank you very much!

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket