This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Change Fonts on one page only with Vantage theme

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Magus 10 years ago

I need to change the h1 – h5 and p tags to different fonts for just one page not the whole website. I am using the vantage theme premium. Everything I have tried is not working. Can you give me some suggestions please.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Magus Staff 10 years, 7 months ago

    Hi Brian Buffell

    You will need to inspect the page source for the page you want a different font on. You can then target the font family for that page. If you inspect the page and look at the body tag you will see a class in the element for the page ID

    page-id-26

    You can then use the following in Appearance->Custom CSS

    body.page-id-26 p, body.page-id-26 h1, body.page-id-26 h2, body.page-id-26 h3, body.page-id-26 h4, body.page-id-26 h5 {
      font-family: "Helvetica nueue";
    }

    Just replace the id with your page id and the font family with the one you want.

    Let us know how you get on

    Magus

  2. Brian Buffell 10 years, 7 months ago

    Yes this works thank you for the info.


    YzU3NjFjNDMyYjhmMjM1NjEwZTA0MGY4YWYyYmFjXCJdfSJ9) to stop receiving notifications.

  3. Magus Staff 10 years, 7 months ago

    Hi Brian

    You are welcome. If you need any more help please feel free to open a new support thread

    Magus

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread