Hello, I am also having trouble applying custom css to a template.
This is the code I am trying to insert using the 'add custom style sheet' function.
Are you able to help with this?
Thanks, JR
h1, .h1 {
font-family: Londrina, Helvetica, Arial, sans-serif;
font-size: 35px!important;
color:#a671be;
}
h2, .h2 {
font-family: Londrina, Helvetica, Arial, sans-serif;
font-size: 25px;
color:#ff1155;
}
h3, .h3 {
font-family: Londrina, Helvetica, Arial, sans-serif;
font-size: 20px;
}