Hey All,
I'm converting a static html site to wordpress. I've copied over the CSS from the static HTML into my themes CSS file.
The font color is working on the pages in wordpress, but the CSS font size info doesn't work.
It's all the same size text. Here's the specific CSS code...
.textblue {
font-family: Tahoma, sans-serif;
font-size: 18px;
font-weight: bold;
color: #1D5DA6;
}
In the page it is called out as...
<p class="textblue" align="left">
Am I missing something here?
How do I use CSS to change the text size in wordpress?
Thanks for your help