• Resolved boneless

    (@boneless)


    Hi, I’ve added sem_recent_comments plugin to my blog. It works fine, but I find the fontsize way too big, but I can’t seem to change it, Tried to alter css but no luck so far. Anyone can help?
    see. https://www.boneless.nl
    section on the right sidebar: ‘laatste reacties’
    I want to change the font size of the name of the commenter and the size of the first words of that comment.

    thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • #reacties ul li {
    font-size: 12px;
    }
    #reacties ul li a {
    font-size:10px;
    }

    Put that at the bottom of your css and adjust to suit ??

    Thread Starter boneless

    (@boneless)

    thanks!
    And how do i adjust the size of ‘laatse reacties’
    and the size of the name of the post?

    Thanks agaiN!

    #reacties h2 {
    color:#ff00ff;
    font-size:16px;
    font-weight:bold;
    }
    #reacties h3 a {
    color:#fff000;
    font-size:15px;
    text-decoration:underline;
    }

    there you go ??

    Thread Starter boneless

    (@boneless)

    Thanks!!!

    please don’t use px for font-size–
    because so I can’t see anything …
    use :% or em
    font-size:1em;
    or 100% for the bodyor 80% or whatever you want,
    but please no px….

    you don’ know how big or small a user need the font-size to read anything of your website…

    px webdesign is illusion
    Monika

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘css trouble’ is closed to new replies.