• Resolved imabhiraj

    (@imabhiraj)


    Hello,

    I have used “Elementor Header & Footer Builder” plugin to import a custom header and footer for my website.

    But, as soon as this plugin is activated, the product title on the single product page disappears.

    It also conflicts with “Elementor Plugin”, to make any changes we have to disable this plugin and then reactivate it.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I also have this issue.

    I had titles on all pages except for my homepage.

    When I installed Elementor Header & Footer Builder all my page titles disappeared.

    How can I get them back (except for the homepage)?

    Thanks!

    Hello @imabhiraj @mhartste,

    Thank you for getting in touch.

    I checked the site URL you provided.
    It seems that some Elementor CSS is overriding the product title CSS leading to this issue.

    You can use the below CSS to resolve the issue:

    body .elementor-page-title, body h1.entry-title {
        display: unset;
    }

    This will resolve your issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product titles disappear as soon as I turn on this plugin’ is closed to new replies.