Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1105416

    The client doesn’t want to put a category in the blog. Is there a way to hide the category (“sin categoria”) when it is shown?

    I’ve did it in options of Enfold theme, where you can choose to hide some of the default Blog elements.
    But if I design the web like here http://www.mindtoflow.com/blog5/ it still shows. I wonder if I can put the category in white, so that it doesn’t show…

    #1105992

    Hey itziarsolla,

    I can’t see any categories on that page, did you manage to remove it? If not then please try to explain a bit further.

    Best regards,
    Rikard

    #1106421

    At the home http://www.mindtoflow.com/, its at the bottom…
    I mean before the title of the post, if its posible to remove the categories?

    #1106516

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .slide-content span.blog-categories.minor-meta {
    display: none !important;
    }

    Best regards,
    Mike

    #1106750

    Thanks! solved!

    #1106765

    Hi,

    I’m glad this was resolved, if you need additional help please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide the category in the blog’ is closed to new replies.