Advertisement
arie_cristianD

change heading size and weight

Apr 3rd, 2024
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. /* for the h3 tag */
  2.  
  3. .jeg_main_content .entry-content h3 strong,.jeg_main_content .entry-content h3 {
  4.     font-weight : 900 ;
  5.     font-size : 10px;
  6. }
  7.  
  8. /* for the h2 tag */
  9. .jeg_main_content .entry-content h2 strong,.jeg_main_content .entry-content h2 {
  10.     font-weight : 900 ;
  11.     font-size : 10px;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement