Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Target element by specific page URL Reply To: [Solved] Target element by specific page URL

#247523
skye
Participant

I was able to style an element using its Data Url in Squarespace using:

<style>

[data-url-id=”intro”] .page-desc p{
color: Tomato;
}

</style>

Thanks for your last post also, the #collection ID worked great too.