Skip to content

.ve-style not pulling in custom CSS stylesheet #17

Description

@Lore3581

I'm trying to get a Juncture page to reference an external style sheet using the instructions provided here: https://www.juncture-digital.org/#/styling/general

I have tried all of the following in my "custom.css" file:

juncture body {
font-family: Montserrat;
}

juncture h1 {
color: #BF0A31;
font-family: Montserrat;
}

juncture {
font-family: Montserrat;
}

body {
font-family: Montserrat;
}

h1 {
color: #BF0A31;
font-family: Montserrat;
}

As well as these two versions in the page I'm trying to render:

.ve-style .https://da4asandbox.github.io/cameronessay-organization/custom.css

.ve-style ./custom.css

< link rel="stylesheet" href="https://da4asandbox.github.io/cameronessay-organization/custom.css" > (spaces weren't included in the original)

This is the first time I have created a custom css page from scratch — am I missing a step, or is there an error in the syntax I've included above?

Thank you so much for any time and help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions