I have several objects that all have a name that begins with "news".
For these objects, I have defined the following style:
Code: Select all
<style>
[id*="news"]
{border-radius:15px;cursor:pointer;}
</style>
You can see it here: https://www.freiblatt.de/Medien.php
The first box on the page has rounded edges, because I added the "border-radius" command directly into the html of the box.
The second box doesn't have rounded edges, although I have added the "border-radius" command into the style that belongs to this object.
Hope anyone can help!
Thanks, Malte