• Resolved Wasim

    (@thewasimofficial)


    I am using OceanWP pro with Elementor Pro on my website.

    Actually, whenever I try to create Single Post using Elementor Theme Builder everything is working fine but the post title is getting disappeared while using with OceanWP, but the same thing is working fine with the Astra theme.

    I think there is some conflict with Elementor Pro & OceanWP.

    Kindly help me out to fix this issue if someone already had resolved this earlier.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    The title is there but is hidden due to some settings. Use the below CSS code to fix it –

    body.elementor-page-4828 h1.entry-title, .elementor-page-title {
        display: block;
    }
    Thread Starter Wasim

    (@thewasimofficial)

    Thank you, Amit ??

    I have used this CSS but no luck, all of my blog posts are not showing the post title even after adding the code I have cleared the cache and checked my pages on Incognito window.

    Do you have any idea what setting could cause this issue as I have tried every possible thing to fix this issue but nothing seems to be work?

    Can you try this one?

    body.elementor-page-4828 h1.entry-title, .elementor-page-title {
        display: block !important;
    }
    Thread Starter Wasim

    (@thewasimofficial)

    Wow! this CSS worked perfectly, thanks a lot man ??

    I also have found the other solution to this problem;

    Instead of Post Title Element I just used the Heading Element from the Basic section of Elementor editor > Then from the Elementor content editing window just click on the Dynamic of the Title > After that select the Post Title dynamic option from the Post category of Dynamic > Once done it’s showing the post title dynamically.

    I hope if someone would look for an alternative option of CSS then they will find this helpful.

    Glad to hear that it worked and thank you for the solution.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Elementor Single Post Title Is Not Showing When Using With OceanWP’ is closed to new replies.