• Crystal

    (@crystaljuneblog)


    Hi!

    I scrolled through the support forum and can’t seem to find any threads that show how to hide the categories from the main blog entries page.

    For example, on my page, I would like to hide “Travel / Travel Itineraries” (+ the categories on all other posts) so that people cannot see them (but I still want to keep my categories active). Not sure if that makes sense… I don’t want to remove them, just hide them so end users can’t see them (I want them to use my main menu instead).

    Any help would be appreciated!
    -Crystal

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Jarret

    (@jarretc)

    The following code in Appearance->Customize->Additional CSS should work

    .blog-entry.thumbnail-entry .blog-entry-category { 
        display: none;
    }
    Thread Starter Crystal

    (@crystaljuneblog)

    It works! Thank you so much!!!

    Amit Singh

    (@apprimit)

    Hello,

    You can also hide/show the elements from the Customizer settings –

    Customize > Blog > Blog Entry – find elements positioning and click on the eye icon of the elements that you want to disable. Similarly, for the single post page form the Customize > Blog > Single Post.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Categories on Main Blog Entries Page’ is closed to new replies.