In Choices theme, I am trying to change the font size for the text in posts and on pages. I have tried all the solutions found in the forums but nothing works. I am adding the css to the custom css file that came with the theme. I would also like to change font size on the main menu but can't get that to work either.
These are the solutions I found in the support forums.
body p {
font-size: .9em!important;
} but nothing is working.
and
.entry-content{
font-size:14px;
color:#333;
}
and
body {
font-size: 13px;
}
Thanks for any help fixing this. I need the font to be bigger.














