How to…..switch off displaying category description on category pages

  • Author
    Posts
  • #12028
    Fulco

    Hi,

    Could anyone tell me if it is possible to set category description display to off (for category pages) in the mantra settings?
    Can’t find it, maybe because it is not there???
    Found the category title display switch though!!!
    I want to keep my descriptions in the backend for myself..

    Thanks,

    Fulco

    #12716
    Zed
    Cryout Creations mastermind

    There’s no option for this. You can use custom CSS:
    #content .category-archive-meta { display: none; }


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #12888
    Avante

    Where should the custom CSS be added? I placed it in the Custom CSS field in your porabola template, saved, but the category labels still appear:

    Miscellaneous Settings >
    /* Parabola Custom CSS */
    #content .category-archive-meta { display: none; }

    Example: http://avanteideas.com/just4fun/category/minecraft/
    You’ll see the “Category Archives: Minecraft” label just above the post.

    #13208
    Zed
    Cryout Creations mastermind

    The initial question was about category descriptions.
    That’s category titles:
    body.category .page-header { display: none; }
    They can also be hidden via the appropriate theme option.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #13505
    Kami

    I am using Parabola. Is there css that can be added so that the title is suppressed but the description is displayed?

    What I want to suppress is “Category Archives: Category-Name”.

    #13675
    Zed
    Cryout Creations mastermind

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


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘How to…..switch off displaying category description on category pages’ is closed to new replies.