Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I updated my website with the latest version of siteorigin, but since all the custom css of my images isn’t effective anymore.
For example, the “family picture” on this page is not anymore rounded with a border :
This is the CSS I used in the Styles CSS in Attributs of the rows
{
overflow: hidden;
border-radius: 10px;
border-style: solid;
border-width: 2px;
border-color: #daaa8d;
}
Is there a way to make the images like before the update ?
Thank you,
Victor
Hey, I solved the problem by taking off all the {} and ;
:)