• Resolved jr2009

    (@jr2009)


    Hi, I’m using the font Lobster. I want to change the size of the header text to a bigger one, but can’t seem to work.

    I changed
    .logo h1 a
    in both css and lobster.css, but both ways don’t wrong.

    Am I doing it wrong?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Are you editing the main theme files to do this? If so I would suggest creating a child theme and as long as you import the “parent” theme’s css, you can change whatever you want just under that import in your style.css.

    Theme Author Towfiq I.

    (@tislam100)

    I agree with Jacezilla.

    And you can add this to your stylesheet:

    body .logo h1 a{font-size:60px!important;}

    Thread Starter jr2009

    (@jr2009)

    It works fine now with Towfiq’s code.

    Will try to figure out more about the parent/child theme. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header font size’ is closed to new replies.