All Text – Headings / Paragraphs / Hyperlinks

Description

Body text on the site can be in form of a heading, paragraph or hyperlinks.

Headings
Paragraphs
Hyperlinks

Custom CSS

For style changes across multiple pages, add the code snippet to your Custom CSS panel and each page will be updated.

Advanced Code Injection

For style changes on one page, add the code snippet to the page Advanced Code Injection so only that page will be updated. Enclose your code in style brackets like this:

<style>

.sqs-cookie-banner-v2 {
}

</style>

Custom CSS

Headings 7.0 / 7.1

/* heading 1 */
h1 {
	font-family: '' ;
}

/* heading 2 */
h2 {
	font-family: '' ;
}

/* heading 3 */
h3 {
	font-family: '' ;
}

7.1 Paragraph Text

/* paragraph 1 */
.sqsrte-large {
	font-family: '' ;
}

/* paragraph 2 */
p {
	font-family: '' ;
}

/* paragraph 3 */
.sqsrte-small {
	font-family: '' ;
}

7.0 Paragraph Text

/* body text */
p {
	font-family: '' ;
}

Hyperlinks

/* hyperlinks */
a {
	font-family: '' ;
}