How to change fonts on an entire site after changing theme
-
Hi,
I have just changed my site’s theme from sunny blue sky to twenty eleven. I have also created a child theme for this theme.
My problems:
1. The font-size is too big (and also varies) across all the posts and pages
2. The font type is different in some posts and pagesI would like to make them all uniform i.e. same font type and font size on all the posts and pages.
Due to some changes I made while using the previous theme (I think), I am not able to make any changes even when applying them from firebug.
Example:
I tried changing the font size by adding the following in the child theme (stylesheet)
element.style {
font-family: georgia,palatino;
font-size: 10px;
}
doesn’t work!Also:
body, input, textarea {
font: 15px “Helvetica Neue”, Helvetica, Arial, sans-serif;
}
doesn’t work!My site is: https://www.volunteerabroadkenya.com
Appreciate all the help I can get.
Thanks!!
- The topic ‘How to change fonts on an entire site after changing theme’ is closed to new replies.