By using Elementorforum.com’s services you agree to our Cookies Use and Data Transfer outside the EU.
We and our partners operate globally and use cookies, including for analytics, personalisation, ads and Newsletters.

  • Join the Best Wordpress and Elementor Support forum

    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


    Join us!

Change post h tags font size

melprok

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
 
Community

Community

Administrator
Staff member
You'd need to set the global typography for the standard you'd like, then just override it for all the headings etc on other pages.

Or you could use CSS overrides, as an example you'd need to narrow it down to the content container and post template. This maybe different depending on the theme you use :

Code:
.single-post .elementor-widget-theme-post-content h2 {
  font-size: 30px;
  font-weight: 500;
}
 
Elementor Services Elementor Services

Latest Resources

Other Elementor Resources

elementor official
Top