How to change the font of a title in Rapidweaver or in a Theme ? Thanks

Bonjour
How to change the font of a title in Rapidweaver or in a Theme ?
I still use Rapidweaver 5 and I do not want to change to a more recently version. No more “French” version.
I use the Exposition theme I really like > http://weddingetcetera.com/
However, if I know how change the font or the Header INSIDE a theme, I do not know what is CSS for changing a TITLE. I do not have enough choice in Exposition theme.
Thanks for your help.
Best regards

If you have Stacks you could try downloading the free Fontstack from Stacks4stacks. It’s here

That has a setting that lets you apply a Google font to different parts of your site (headers, or body text or lists) without using code.

Rob.

@PierYvesMenkhoff

In Rapidweaver 5 there wasn’t a real easy way to make site wide changes to your site.

Easiest way to do it is to put code in your Page Info>Header>CSS pane on every page of your site.

Use this code and change the font family to what you want in every page on your site.

header h1#title {
   font-family: 'BebasNeueRegular' !important;
}

Sincerely,
JLF

Bonjour JLF,
Thank you very much for your help. Your answer is the good one.
I really appreciate.
Thanks again.
Best regards,

Pier-Yves

1 Like

Bonjour Robbeattie,
Thank you very much for your help. But I found an another CSS.
I really appreciate.
Thanks again.
Best regards,

Pier-Yves