Unable to modify H3 tag
-
Hi
I’m using a child theme and in my style.css, I have the code below. In this example, I can alter H1 and H2 and they reflect my changes but for some reason H3 doesn’t change. Instead it remains very small like normal text and uses a different font. Presumably it’s being set elsewhere but not sure where. I’ve searched the style.css for H3 and any changes to any H3 related piece of code has no effect. Could something be overwriting it from the parent theme?
Thanks for your help.
.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 { font-size: 48px; font-size: 3.4rem; line-height: 1.1538; } .entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 { font-size: 36px; font-size: 3.0rem; line-height: 1.3636; } .entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3 { font-size: 22px; font-size: 2.6rem; line-height: 1.3333; }
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Unable to modify H3 tag’ is closed to new replies.