Can't change font size

mylifeinfocusmylifeinfocus Registered Users Posts: 208 Major grins
edited February 14, 2014 in SmugMug Customization
Ok, I know this is normally a simple thing to do, but I can't seem to get the font size on my pages to change. The H1 size/text is fine, but it's the body size I want to change (the white text). http://www.alicethompsonphotography.com/About-Me as an example.

I've looked at the CSS for the HTML/CSS block on the page, and here's the CSS for that (I've tried changing the size in red, but nothing happens):

h2 {
color: #40FF00;
text-align: center;
}

a {
color: #40FF00;
}

.text1 {
color: #03DE5E;
font-size: 12pt;
font-weight: bold;
}

#floatRight img {
float: right;
margin: 0 10px 3px 10px;
/* top right bottom left */
}

.text2 {
color: #03DE5E;
font-size: 10pt;
}

I've also looked at the custom CSS for the overall theme, but there's nothing there about font size. Only the CSS for the color of the social media icons and a couple other things.

What am I missing?

Comments

Sign In or Register to comment.