• Hi hopeing someone can help.

    We are using the sheema child theme and have change the font in the theme option place. However, it does not appear to have changed the font throughout the site.

    I have used the one page option and have grid elements in it.

    But only the headers and one body text has changed. All the other body text is very strange.

    Please can any one give me some advice

    https://www.mercianevents.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • But only the headers and one body text has changed. All the other body text is very strange.

    That’s because all the other body texts are in some <div> and not <p> or some header <h1> so the text in the <div> still use font assigned to <body> element.

    So find out that section and wrap text in <p>, if it’s not doable meaning it’s output by theme, then assign the desired font-family property to <body> element.

    Thread Starter lauraandcelia

    (@lauraandcelia)

    Thanks thats great

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing fonts on Sheema Child theme’ is closed to new replies.