[Wordpress Experts] Please Help How To Create This Content Block Without Elementor Plugin

mynayeem

Junior Member
Joined
Jul 2, 2012
Messages
106
Reaction score
22
Dear WordPress Experts,

Can someone please help me and tell me how to create this kind of content block in a WordPress post with grey background color without using Elementor in Classic Editor mode?

content block.jpg


Thanks
 
Add a div section and define its css in custom css of your theme

HTML:
<div class="custom-area">
<p>Content goes here</p>
</div>

And in your customer css define the .custom-area class as you like

And when doing this insert the HTML code into the text editor raw.
 
Thanks for the solution. But I am noob in the coding. If you don't mind can you please suggest if there is any plugin which does this without adding any complicated codes to the theme?
 
Thanks for the solution. But I am noob in the coding. If you don't mind can you please suggest if there is any plugin which does this without adding any complicated codes to the theme?

This can be done with the default text editor of Elementor Pro for example. Make the title <h1> and centered.
The bullet points are part of the editor, so this shouldn't be a problem.
 
Thank you Festinger & Hydraproxy, much appreciated.
 
Back
Top