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

    Hi Guys

    Please can you help, I need to remove the grey category/tag text that appears under the blog post entries. I would only like the title and read more link displayed. I’ve been able to remove the “comments” grey text, but this also removes the read more link and still leaves the categories. There is no option on the blog post layout to remove the grey text to have just the title and read more link….the catergories are always display in grey or nothing at all. A link to one of the pages is below, the elements in question are about 2/3 down on the page:

    Thanks

    Ash

    #599778

    Hey Ash!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.blog-categories, .slide-meta {
        display: none;
    }

    Best regards,
    Yigit

    #599898

    Thanks that did the job.

    #599899

    Hey!

    Glad to hear it worked!

    Regards,
    Jordan

    #619341

    I am putting this on here in case somebody else had the same thing happen to them….

    I tried it and it didn’t work for me.

    I changed it to this and it worked for me:

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

    Thank you!

    #619371

    Hi!

    Thanks a lot for updating the post, we really appreciate it!

    Regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide blog post categories/tags’ is closed to new replies.