This topic has 3 replies, 2 voices, and was last updated 9 years by baggagereclaim.

  • Author
  • #41389
     baggagereclaim
    Participant

    Hi, I would like to hide the all category titles, but can’t work out how to do this with CSS.
    Can you please let me know how to do so. Thank you.

    #41391
     sharmstr
    Moderator

    If you mean hiding the main page title on all category archive pages, then try this.

    COPY CODE
    
    .category h1.page-title {
    display: none;
    }
    

    If you mean something else, please be more specific.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #41460
     baggagereclaim
    Participant

    Yep. That’s exactly what I mean, but it’s not worked.

    I am working on a child theme of Kleo, and have just pasted that code in to the editor….

    Any other ideas? Thanks x

    #41461
     baggagereclaim
    Participant

    Thank you.

    This didn’t work, but from what you said I was able to do it using:

    .category .main-right-breadcrumb.main-title .page-title {
    display: none;
    }

    I was missing the .category before.

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?