Font Size for Tagline and Navigation Menu
-
WP Ver.: 3.6 – Theme: Twenty Twelve – Browser: IE9 – Child Theme: Yes
Thanks in advance for your help.
Using Instant WordPress and public cannot access the site.
I changed the font size for tagline and Navigation Menu and it changed back, now I cannot change it no matter what I do.
CSS Code for Tagline:
.site-header h2 {
font-weight: bold;
font-style: italics;
font-size: 20px;
font-size: 0.928571429rem;
line-height: 1.846153846;
color: #CCCC00;Font size is 20px but tagline font shows up much smaller. It doesn’t accept 20px any longer.
CSS Code for Menu:
}
.main-navigation li {
margin-top: 24px;
margin-top: 1.714285714rem;
font-size: 15px;
font-size: 0.857142857rem;
line-height: 1.42857143;Same here, font size is 15px but navigation menu font shows up much smaller. It doesn’t accept 15px any longer.
Why? please help!
- The topic ‘Font Size for Tagline and Navigation Menu’ is closed to new replies.