Viewing 12 replies - 1 through 12 (of 12 total)
  • You will probably need to start customising your theme’s CSS – possibly via a child theme or a custom CSS plugin.

    Thread Starter Chitauri

    (@chitauri)

    Ok, i´ve download the Simple Custom CSS pluguin.

    What´s the next step?

    Do you want them bigger or smaller? Try adding this CSS there:

    #comments {
        font-size: 110%;
    }

    That increases the size – if you want it smaller, use something less than 100%.

    Theme Author nobita

    (@nobita)

    Hi Chitauri

    Raindrops is Responsive theme default.( now your site is responsive setting )

    You need how px of comment font size ? PC or mobile or both?

    Thank you.

    Thread Starter Chitauri

    (@chitauri)

    Thanks for the anwers.

    It works, wPyogi.

    Now I need change the font size in the posts, What CSS have I to add?

    Thread Starter Chitauri

    (@chitauri)

    I´ve forgotten, change to bigger font.

    PD: Sorry for my bad English, I´m from Spain.

    Theme Author nobita

    (@nobita)

    change from 110% to select below

    10px = 77%     11px = 85%     12px = 93%     13px = 100%
    14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
    18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
    22px = 167%    23px = 174%    24px = 182%    25px = 189%
    26px = 197%

    Thread Starter Chitauri

    (@chitauri)

    Sorry Nobita, I want to add CSS like:

    #comments {
    font-size: 110%;
    }

    but in the posts

    What kind of CSS have I to add?

    Theme Author nobita

    (@nobita)

    big

    #comments .comment{
        font-size: 108%;
    }

    more

    #comments .comment{
        font-size: 123.1%;
    }

    Thread Starter Chitauri

    (@chitauri)

    nobita in the comments I´ve already change the font size.

    What i need is change the font size in the post or entry.

    Thread Starter Chitauri

    (@chitauri)

    Nobita, I´ve already find the CSS code to make the font size in the posts or entry bigger. is this:

    p {font-size:14px}

    Theme Author nobita

    (@nobita)

    Chitauri

    It seems that I have misunderstood the question.

    It was good to solve.

    Thank you

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Change font size of the comments in raindrops theme’ is closed to new replies.