• Resolved jenab.

    (@jenab)


    I was wondering if there was a way to change the text in the header and to possibly make it a bit bigger? Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Silkalns

    (@silkalns)

    it is your website title and it can be changed in WordPress dashboard – Settings – General.

    Add this code to Theme Options – Other – Custom CSS and it will change website title size to 30px but you can change it to any value.

    .navbar .container .navbar-brand {
        font-size: 30px;
    }

    Can I also ask if it is possible to change the header font with this css as well?

    In case anyone else was wondering, just add:

    font-family: helvetica;

    to the above code. Or whatever font you want to use.

    Thank you, this was useful for me, too 🙂

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

The topic ‘Changing header font?’ is closed to new replies.