How to add content above posts on Blog Page?

Hello,

I would like to Add some content (like description, H1, Sliders, Sections…ect) into Blog Page right above the Posts.

How can I do that? I already tried add some content with PRO, WPBAKERY, ELEMENTOR…nothing works.
At least I need add some description in the begining of the page ot get better SEO results.

Thanks

Hi There @bernardocc

Thanks for writing in! Try adding the following JavaScript code into your X -> Theme Options -> JS area and change it accordingly.

jQuery( ".blog .x-main .x-container" ).before( "<p>This is my content</p>" );

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.