Viewing 4 replies - 1 through 4 (of 4 total)
  • Michael

    (@alchymyth)

    the ‘please do write!’ is formatted with: (line 200 in style.css)

    div#respond h3#reply-title { color:#343434; clear:both; background:#ffffff; margin:0px 0px 10px 0px; padding:15px 0px 0px 0px; border-bottom:1px dotted #ababab; }

    Firefox’ add-on Firebug https://getfirebug.com/ helps a lot (or the web developer add-on for Firefox) to identify the css selectors.

    if this is not it, please post more details.

    help with formatting problems is not within the primary scope of this WordPress forum.

    Thread Starter Claudia

    (@twiggs)

    thank you, but that’s not it. it still doesn’t change the huge size…

    i work with chrome and i also check the css selectors, and i’ve tried to change everything and nothing works.

    what other details can i provide?

    but i can go to other forum and ask this question, i thought that this was the one.

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    I used Chrome’s inspect element and the one thing I would suggest is trying:

    div#respond h3#reply-title {
    font-size: 20pt;
    }

    Michael

    (@alchymyth)

    thank you, but that’s not it. it still doesn’t change the huge size…

    did you add a new font-size declaration to the style?

    what I posted is just the location – you still ned to add whatever you want to change.

    did you clear the browser cache after the changes to style.css?

    (‘CTRL F5’ or ‘reload’)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘H3 issue’ is closed to new replies.