melprok
New Member
Hi, Is possible to change the heading tags font size only in the posts?
Any css that apply to the posts only?
Thanks,
Jose
Any css that apply to the posts only?
Thanks,
Jose
Provide or get advice on everything Elementor and Wordpress, ask questions, gain confirmation or just become apart of a friendly, like minded community who love Wordpress and Elementor
.single-post .elementor-widget-theme-post-content h2 {
font-size: 30px;
font-weight: 500;
}