Home Forums Basel support forum Disable title on category pages

Disable title on category pages

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #10684

    Giulio
    Participant

    Hi,

    I’d like to disable the title of categories pages. But how?

    Thank you!

    #10689

    Artem Temos
    Keymaster

    Hi,

    You can disable it in Theme Settings -> Page heading.

    Regards

    #10694

    Giulio
    Participant

    I can’t because I need it in other pages.

    #10698

    Artem Temos
    Keymaster

    In this case try to disable Page heading for the shop page only in Dashboard -> Pages -> edit page.

    #10702

    Giulio
    Participant

    Ehm… I need heading on shop page. How I can disable the heading only on categories?

    #10703

    Artem Temos
    Keymaster

    Sorry, we mean disable it for the blog page. Anyway, just add the following snippet to the Custom CSS

    .category .page-title {
    	display:none;
    }

    Regards

    #10705

    Giulio
    Participant

    Great, thank you!

    #10707

    Artem Temos
    Keymaster

    You are welcome!

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