Viewing 6 replies - 1 through 6 (of 6 total)
  • Try this, changing to what you want:

    /* Site Title & Logo               */
    .tc-header .brand a            {
    /* Change (red) font color      */
    color:          red;
    /* Change (Garamond) font family */
    font-family:    Garamond;
    /* Change (1em) font size      */
    font-size:      1em;
    }

    I have a similar question. I’m on the Basic Law theme and want to change the font size for my title. I’ve tried changing the font size in site title, but it’s not changing anything. Originally it was “40x” – I changed it to 10 to see if it would make a difference but it’s not. https://www.mhmarcuslaw.com. Thanks for any help!

    #site-title {
    font:normal 10px “garamond”, georgia, helvetica neue, helvetica, arial, times;
    padding: 20px 0 0 18px;
    margin:0;
    color: #fff;
    text-transform:uppercase;
    text-shadow:1px 1px #000;
    letter-spacing:1px;

    Thread Starter Rwanda-Gorilla

    (@rwanda-gorilla)

    Thx rdellconsulting, it works!
    Do you als know a way how I could lower the NWGR text a bit?
    If not its fine, the most important problems are solved thx to you!

    Have a nice day!

    Here you go. Change 40px to what you need:

    .tc-header .brand a {
      position: relative;
      top: 40px;
    }

    Thread Starter Rwanda-Gorilla

    (@rwanda-gorilla)

    Super! You made my day!

    Thread Starter Rwanda-Gorilla

    (@rwanda-gorilla)

    My problems are solved, sofa ……

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