Join the Webstudio community

Home
Members
Kefran609
K
Kefran609
Offline, last seen 6 months ago
Joined December 13, 2024
HI everybody,
I want to remove all the underline on links sitewide, I added the a:-webkit-any-link because I saw Webstudio is using while inspecting the page, but it doesn't work, I tried with the !important and it doesn't work, I also tried to turn the "Run script on canvas" on and still doesn't work, this code is in an embed :
<style>

a, a:-webkit-any-link{
text-decoration: none ;
}

</style>

So I guess my question is, how can apply CSS sitewide at the very beginning of my project?
Thanks in advance
26 comments
O
K
Are there any advantages to download and install the desktop version of Webstudio, I don't see any but maybe I'm missing something?
2 comments
J
O