• EdKing2210

    (@edking2210)


    https://birminghamreview.net/category/the-gallery/

    I’m using CANVAS, and want to removed the ‘The Gallery’ category title from appearing above the posts.

    the-gallery (slug) is a category and a page. I can use the following code to remove its from the ‘page’, but not the ‘category’:

    .page-id-10389 .title {
    display: none;
    }

    Any help would be apprecIated, EdK

Viewing 5 replies - 1 through 5 (of 5 total)
  • jamesduffell

    (@jamesduffell)

    You could try the following.

    .category .tite {
    display: none !important;}

    That should remove the title from any category pages if I’ve understood your question correctly.

    ^JD

    Thread Starter EdKing2210

    (@edking2210)

    RESULT. Thanks James, really appreciate your help here

    Thread Starter EdKing2210

    (@edking2210)

    Sorry James – I jumped too soon. Not sorted.

    That code removed all the Post titles, whereas I was trying to remove the one Category title from appearing- the larger type THE GALLERY that sits above the posts and below the line:

    https://birminghamreview.net/category/the-gallery/

    Any help… again, cheers

    jamesduffell

    (@jamesduffell)

    Has this been resolved now?

    Just checked out the site and the only mention of ‘THE GALLERY’ I can spot is within the post titles themselves.

    ^JD

    Thread Starter EdKing2210

    (@edking2210)

    All solved – I needed to included the ‘h1’ to identify which title. Thanks for your help James, these forums have been a life line.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing 'title' from Categories’ is closed to new replies.