I added and HTML Embed with "<style> a {text-decoration: none}; </style>". The blue underlines disappear as expected in the editor. When published however they reappear below any link text. These are in a card that is inside a "link" element.
I'm trying to have a dynamic page like "example.com/planes/PLANE_NAME" load "example.com/planes/PLANE_NAME.html" instead. In other words I always want ".html" appended to each dynamic page and load that instead. I would prefer not us use a bunch of 301 redirects. Please see image for my attempt which did not work.
I'm pulling text ("Easy", "Medium", "Hard") from a database. I want to apply Webstudio tags to style the results based on the value. Basically: Easy = green, Medium = yellow, Hard = red. How would you do this? Example image:
I've searched for half an hour with no luck. There must be a way to create a reusable header/footer that can be maintained in one place and dropped on all pages. How is this done in Webstudio? Is there a tutorial somewhere?