I have been playing with CSS for hours and still didn't get it fixed. So I posted it here for advice.
In my site (www.best4future.com), under the category, for example, "1st and 5th grade" (http://www.best4future.com/learn-chi...th-grade-c-1_2), there listed books like "aladdin and his magic lamp", "Ailbaba and forty thieves" and etc.
Their fonts are controlled by h3 class="itemTitle"
When you scroll down, you see books listed under "New products for October".
You will notice the fonts of "aladdin and his magic lamp", "Ailbaba and forty thieves" and etc are larger than the titles under "New products for October".
I want all the titles to look about the same size, so I added
h3.itemTitle a {
font-size: 1em;
color: #0287b2;
text-decoration:none;
}
In the CSS to make the fonts of "aladdin and his magic lamp", "Ailbaba and forty thieves" smaller. But it doesn't work.
I am really confused.. Any guidance? Thank you!






