Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #598660

    Hi.

    I know that you can control whether Page Titles are displayed for each page by specifying that when editing a page, but is there some css I could use to switch off Page Titles for al Blog Posts, whilst still keeping Page Titles for all pages?

    Cheers
    Iain

    #599289

    Hi Iain!

    You can try adding the following CSS in the Quick CSS field under the General Styling tab in the theme options:

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

    Cheers!
    Jordan

    #599293

    Hi Jordan.

    That didn’t work.
    I also tried the following, but it didn’t work either:

    .single-post .post-title {
    display: none !important;
    }

    Cheers
    Iain

    #599296

    Hey!

    Could you please provide a link to the example blog post page with the title you want to remove. You can place the link in the Private Content section in your reply.

    Cheers!
    Jordan

    #599299

    Done.

    Cheers
    Iain

    #599346

    Hi!

    Please use the below CSS in Enfold > General Styling > Quick CSS

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

    Best regards,
    Vinay Kashyap

    #599361

    Thanks Vinnie.

    That worked just fine.
    Much appreciated.

    Cheers
    Iain

    #599383

    Hi!

    Glad it worked! Feel free to reach out to us if you have anymore requests.

    Regards,
    Jordan

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.