I also would like to remove the radius of the individual announcements, so that they are 90 degrees. Is this possible?
@kmulders The demo that you see in the link you’ve linked to is our Pro version. To get that layout you’ll need to purchase the pro version, otherwise you are limited to what you get with the free version.
As for rotating the announcements 90 degrees, I’m not entirely sure what you mean. This would make the text harder to read since it were then vertical. You can certainly do so with some CSS.
Thanks for your reply! Now it’s clear to me why the announcements are aligned ‘above’ each other 🙂
I would like to be entitled to the radius of the individual announcements, indicated on this screenshot. I do understand that that is CSS, but I do not immediately see what I have to adjust.
Finally, the layout of my text is not copied. In this screenshot you see how the announcement is entered, but in the live example it’s ‘plain text’.
Thanks in advance!
Not sure if this option is available in the free version but for square corners, you can adjust in individual announcements/Announcement Styles/Container Styles/Container Border, change Border Radius (px) to 0
Yeah, I know, but in which css-file should I adjust the radius? 🙂
#div_id {
border-radius: 5px;
}