Change h3 font-size
-
I am using Tempera Theme and I am trying to change the font size of h3 to 18px. It found this in the style CSS. I changed the value to 18px but it does not change anything.
Before:
#content .entry-content h1 { font-size: 32px; }
#content .entry-content h2 { font-size: 28px; }
#content .entry-content h3 { font-size: 24px; }
#content .entry-content h4 { font-size: 20px; }
#content .entry-content h5 { font-size: 16px; }
#content .entry-content h6 { font-size: 12px; }After:
#content .entry-content h1 { font-size: 32px; }
#content .entry-content h2 { font-size: 28px; }
#content .entry-content h3 { font-size: 18px; }
#content .entry-content h4 { font-size: 20px; }
#content .entry-content h5 { font-size: 16px; }
#content .entry-content h6 { font-size: 12px; }NO CHANGE
What should I do?
- The topic ‘Change h3 font-size’ is closed to new replies.