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

    Hi,

    Thanks for the very flexible theme.

    I’d like to remove the category headings from the tops of the blog post links. I tried putting
    .blog-categories {
    display: none;
    }
    into the quick css but it didn’t have any effect.

    Any help much appreciated!

    Best wishes

    Caroline Whyte

    #628291

    Hi Caroline!

    Can you please post the link to your page and point out the heading you would like to remove?

    Regards,
    Yigit

    #628332

    Thanks for the quick reply. it’s not live yet (it’s on my localhost), but there’s a link to a screenshot below.

    In the middle column, there’s a heading “CREDO” just below “commentary”. CREDO is the category that blog post is in. That’s what I want to take away, along with other category headings further down in that column.

    When I look it up on firebug it says “<span class=”blog-categories minor-meta”>” for the css.

    Thanks again

    Caroline

    #628352

    Hi!

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

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

    Regards,
    Yigit

    #628354

    That did it, thanks!

    #628368

    Hey!

    Glad u got it short out, please do let us know if you need anything else.
    Please also spare a moment to rate our theme to themeforest, we would be more than happy for that!

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Removing categories at tops of blog posts’ is closed to new replies.