how to change h2 (site subtitle font) size?
-
Hi there,
I’m using 2011 theme. I have a child theme that changed the font size of the site subtitle (see https://www.madridchow.com – it’s the text “where to eat….” etc.).
It used to work, but now the font size has reduced and whenever I change the size in my child theme it no longer affects the font size. I’ve pasted the child theme css code below…. If anyone is able to shed some light that would be a big help. Thanks
/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme
Author: James Blick
Template: twentyeleven
*/@import url(“../twentyeleven/style.css”);
/* Overriding the default heading styles h2 & h3 from Twenty Eleven Template */
#entry h2 {
font-weight:bold; /* Making the titles bold */
color:#000000; /* Making the titles black */
font-size:25px; /* Increasing the font size */
}#content h3 {
font-weight:bold; /* Making the titles bold */
color:#000000; /* Making the titles black */
font-size:30px; /* Increasing the font size */
line-height: 2.6em;}
#site-description {
color: #7a7a7a;
margin: 0 270px 2em 0;
}
- The topic ‘how to change h2 (site subtitle font) size?’ is closed to new replies.