I just created a new page for our "About us" section of our website. I pasted in all the paragraphs I wrote. But the font/text size is too small in my opinion. I also want to use various sizes of fonts in that page. So for example if I have a paragraph....I will want to have those words in a smaller size than the subtitle above it. I went to both the "appearance" section and the "fonts" section to locate where to change fonts/text sizes but they only have options for the main web page menus and such.
Where do I go to change font/text sizes for this?
Also, I want to insert a couple of photos next to specific paragraphs. How do I insert a photo into this page and control where it appears or sits next to the paragraph I want it to be next to?
Comments
You can add this custom CSS to resize content size
.real-content {Any way you will have to get more info about using wordpress editorfont-size: 14px;
}
http://codex.wordpress.org/Writing_Posts
With regards.