• Resolved wccesq

    (@wccesq)


    Hi, Nobita, sorry to bother you again,

    I have searched here and tested the codes vailable for changing the h1 font size, style, or color without any success, including goning through the Custom CSS Manager Plugin, as you have recommended to other users.

    Could you please give a recipe for enlarging the h1 font size to bigger than current, in a style and color I prefer, without the need to change everytime?

    I am using a Raindrops Child theme for my web. Many thanks, again,

    Ken

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andre

    (@creativedreams91)

    Hey can you link to the website please. It would be easier.

    to change all h1 you would put this in the css.

    h1 {
       font-size: 30px;
       color: red;
    }

    this is just an example change the 30px or red to what you want.Let me know if it works

    Thread Starter wccesq

    (@wccesq)

    Just tried your code in my Child theme-css, but failed to work.

    here is my web:www.rowlandassociation.com

    Thanks,

    Thread Starter wccesq

    (@wccesq)

    Hi, Nobita, I found the solutions in a recent posting for H1 to H6.

    Please disrgard my question. Resolved.

    Ken

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to h1 Font Size, etc.’ is closed to new replies.