Skip Navigation

The “Post title” theme setting in Content Templates is not working for the Divi theme

Resolved

Reported for: Toolset Views 2.7.1

Resolved in: Views 3.0

Symptoms

If your site is using the Divi theme, when you edit a Content Template, you have an option to show or hide the post title.

This option is currently not working on the front-end.

Workaround

For now and until we fix this issue, please try the following as a workaround:

Open the CSS editor panel in the content template and add the following style to it:

.entry-title{
    display: none;
}

5 thought on The "Post title" theme setting in Content Templates is not working for the Divi theme

  • Hi Daniel,

    This still in our internal queue. I’ve posted a reminder for the development team regarding it.

    Thanks.

  • Hopefully, this is useful to someone… I also had to add:

    .et_post_meta_wrapper { display: none;}

  • I added both sets of custom css shown here – but it didn’t work for me. The title (and author citation and date) are STILL showing up on my content template

    • The author citation is likely not related to the Title. But anyway, this issue will be solved in our next Toolset Views release 3.0 which should not be too long away.

      The code works fine BTW; I tried it with the latest Divi and Toolset. You just will hide the title with that and it needs to be added to the Content Template where you use the Divi Settings.

      Both if you use the Builder or not, this CSS works on a clean WordPress install with latest Divi and Toolset. I suggest you follow up in the ticket you have open if this does not work for you.

      Thanks!

Comments are closed