• Resolved thesingingva

    (@thesingingva)


    Hello,

    Is it possible for me to change the main font of the theme? I’m finding the serif text a bit tricky to read. I’ve tried swapping the fonts in style.css but it doesn’t seem to make any difference.

    Thank you,
    Kim

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • What did you try changing in style.css? You should be able to target the font using something like the following in Appearance->Customize->Additional CSS

    body {
    	font-family: "Verdana";
    }
    Thread Starter thesingingva

    (@thesingingva)

    I changed the font-family in all instances in style.css, so I’m not sure why it didn’t take. However, adding the code to Additional CSS has sorted things out, thank you!

    Hello, thesingingva.

    Thank you for using our theme. We appreciate it.

    Just one thing to point out here. If you change the style.css file directly without creating the child theme (or any other file for that matter), then the file will get overwritten when the theme gets updated with the new version.

    If you have any additional questions, feel free to ask.

    Kind regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can I change the font?’ is closed to new replies.