I’ve tried adding this code:
.perseus-landing-page h1 {
text-transform: none!important;
}
to the quick css and
.perseus-landing-page
to the h1 I want to change but it does not work. any suggestions?
Hey bmeikaas,
May we have the link to the page in questions so we can take a look?
Best regards,
Sarah
It is still in draft, I haven’t published it yet. I’m not sure how I can share the link?
Hi,
If it’s open to the public but is already online, you can give us a link and admin access in the Private Content of your reply. :)
Best regards,
Sarah
Ok I published it here:
Ping…Hello?
Hi!
Thanks for the link. The error is because the class is .perseus-landing-page
. Please remove the period so that it becomes perseus-landing-page
. The class with a period is only for CSS.
Also please note that pinging your reply sends it to the end of our support queue, so I would advise against doing that in the future. We try to answer everyone as fast as we can, but sometimes it takes time to get to your post. :)
Best regards,
Sarah
Hi Sarah,
Thanks, this worked. I originally did not have the period while the page was a draft and that did not work either but when I published the page this worked…strange but I’ll take it.