Best Premium and Free WordPress Themes › Forums › Education Base Pro › font size for the body of an article
- This topic has 10 replies, 2 voices, and was last updated 5 years ago by
Acme Themes.
-
AuthorPosts
-
March 15, 2018 at 8:40 am #26866
Dimitra Skylogianni
ParticipantI want to change font size in stylesheet for all the articles. I have to go to
# Typography
————————————————————–*/
body {
color: #666;
font-family: “Poppins”,sans-serif;
font-size: 12px;
font-weight: 300;
line-height: 24px;
text-align: left;and change “font-size: 12px”?
March 15, 2018 at 1:02 pm #26885Acme Themes
KeymasterHello Dimitra Skylogianni,
You can put the CSS, on Appearance => Customize => Additional CSS
body { font-size: 12px; }
Best Regards!
Acme ThemesMarch 16, 2018 at 5:54 pm #26960Dimitra Skylogianni
ParticipantThanks a lot
March 16, 2018 at 6:00 pm #26961Dimitra Skylogianni
ParticipantI tried the addition css code aw you told me, I also cleaned cash memory from my browser and everything is ok now
I have two more question
1. Can I have different font size for the body of a page or an article and the sidebar because with this additional css code font size is the same also in the body of the articles and pages and in the body of sidebar
2. The fonts on pages and articles title are all capital. Can I change that?
Thanks a lot
March 17, 2018 at 4:26 am #26966Acme Themes
KeymasterCan you please provide your site url, we will observe your site and provide you possible solutions.
Thanks!
March 17, 2018 at 12:58 pm #26972Dimitra Skylogianni
Participantthanks a lot for your help
March 17, 2018 at 7:10 pm #26988Acme Themes
KeymasterHello,
we check your site and found you are already using custom CSS.
.entry-content p, li { font-size: 15px !important; }
for the 2cnd query, please use the following custom CSS
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a { text-transform: inherit; }
If you have still query let us know.
Thanks!
March 18, 2018 at 4:21 pm #27022Dimitra Skylogianni
ParticipantYes I already use the additional css code and its ok
I tried the second additional css code and everything is ok
If I want to have bigger size on footer I have to use this code
.entry-footer p, li {
font-size: 15px !important;
}or something else?
Thanks a lot for helping me
March 19, 2018 at 3:22 am #27030Acme Themes
KeymasterActually you need to use following custom CSS:
.site-footer, .site-footer li, .site-footer p { font-size: 18px; }
Thanks!
March 19, 2018 at 8:00 am #27041Dimitra Skylogianni
Participantthanks a lot!!!
March 19, 2018 at 9:53 pm #27073Acme Themes
KeymasterGood Luck!
-
AuthorPosts
- The topic ‘font size for the body of an article’ is closed to new replies.