font size for the body of an article - Acme Themes

Best Premium and Free WordPress Themes Forums Education Base Pro font size for the body of an article

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #26866
    Dimitra Skylogianni
    Participant

    I 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”?

    #26885
    Acme Themes
    Keymaster

    Hello Dimitra Skylogianni,

    You can put the CSS, on Appearance => Customize => Additional CSS

    body {
        font-size: 12px;
    }

    Best Regards!
    Acme Themes

    #26960
    Dimitra Skylogianni
    Participant

    Thanks a lot

    #26961
    Dimitra Skylogianni
    Participant

    I 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

    #26966
    Acme Themes
    Keymaster

    Can you please provide your site url, we will observe your site and provide you possible solutions.

    Thanks!

    #26972
    Dimitra Skylogianni
    Participant

    Αρχική Σελίδα

    thanks a lot for your help

    #26988
    Acme Themes
    Keymaster

    Hello,

    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!

    #27022
    Dimitra Skylogianni
    Participant

    Yes 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

    #27030
    Acme Themes
    Keymaster

    Actually you need to use following custom CSS:

    .site-footer, .site-footer li, .site-footer p {
        font-size: 18px;
    }

    Thanks!

    #27041
    Dimitra Skylogianni
    Participant

    thanks a lot!!!

    #27073
    Acme Themes
    Keymaster

    Good Luck!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘font size for the body of an article’ is closed to new replies.