Shapely Font Editing

Hi all,

I hope someone can help me. I am new to creating websites and am trying to put together my first online portfolio. The theme looks great, so thank you for creating it! However, I feel some things that should be easy to edit, aren’t.

http://justjacques.co.uk/blog/ & http://justjacques.co.uk/blog/ divert from the font that runs through the whole website. I’ve tried to learn to change things via FTP, this hasn’t worked. Tried the CSS codes I’ve found on other support posts but this didn’t work either. I even tried the yellow pencil add-on but you have to pay for the feature to change a font colour. I am having no luck.

If someone could help, that’d be REALLY appreciated. I just want uniform font through out the site. I just need to change these post colours.

Apologies if some of this doesn’t make sense, I’m trying to learn.

Thanks,

crownfall

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the font for the site by going to Appearance > Customize > Additional CSS and pasting it there.

body {
    font-family: "Helvetica Neue";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue";
    color: red
}

Best Regards,
Support