Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1319027

    I’d like to remove the words blog-latest news that appears in a container above the post title, to the left,right under the logo, on all single blog posts. I’ve seen some options for going into the php files, but my preference would be a css fix to hide it.

    I’ve tried several things that did not work

    .single-post .container .main-title {
    display: none;
    }

    .single-post .container {
    display: none;
    }

    What do you suggest? Thank you!

    #1319038

    I think I’ve got it!

    strong.main-title.entry-title {
    display: none!important;
    }

    #1319285

    Hi,

    Thank you for the inquiry.

    Yes, the css code should work. The title and breadcrumbs can also be removed by adjusting the Enfold > Header > Header Layout > Header Title and Breadcrumbs settings.

    Best regards,
    Ismael

    #1319367

    Thanks Ismael – and just an FYI – I did the Enfold > Header > Header Layout > Header Title and Breadcrumbs, but the problem with that is it removes the page title on all pages which I didn’t want.

    I only wanted the “Blog – Latest News” title that shows up on a single blog post, which the css removed.

    Thanks – I love this theme and support!

    #1319590

    Hi,

    Thanks for the update. So everything is working as it should now then? Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1319655

    Yes, we can close this, Rikard, thank you.

    #1319762

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘CSS to hide Blog-Latest News on top of Single Blog posts?’ is closed to new replies.