Change font on header

Hi,

I’m having issues with changing the font on the header. I’ve managed to add some custom code to the front page but still struggling with each individual page. Want the font to be in Garamond and not so enormous. This is the website I’m working on. http://www.bwc.se/ and this is an example of the individual page I’m having problems with http://www.bwc.se/tjanster/bwc-forandringsledning/

Thank you!

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
i see you are using this css code in custom css box:

h1 {
color: #adadad;
font-family: ‘EB Garamond’;
font-size: 27px;
font-style: normal;
font-weight: 700;
text-decoration: none;
text-transform: none;
border-top-style: none;
border-bottom-width: 7px;
}

just add an important tag to font family and it will work, this is how it should be:

h1 {
color: #adadad;
font-family: ‘EB Garamond’ !important;
font-size: 27px;
font-style: normal;
font-weight: 700;
text-decoration: none;
text-transform: none;
border-top-style: none;
border-bottom-width: 7px;
}

Thanks!
Colorlib Support Team

Hi tennysdotter.
I really like the font size and style on the header of your web site http://www.bwc.se/.
Please help me with additional css code for both the “title” and “entry” sections of header.
thank you.

HI there

Dear @dermaclinic, tennysdotter is a customer just like you, there might be several reasons why other customers cant fulfill such requests and that’s absolutely normal, guess why we are here? we can help you, but please open new ticket :wink:

HI there

Dear @dermaclinic, tennysdotter is a customer just like you, there might be several reasons why other customers cant fulfill such requests and that’s absolutely normal, guess why we are here? we can help you, but please open new ticket :wink: