Hi,
I’m unable to change this weird border radius on the big blog image: https://staging.expresswriters.com/why-you-cant-put-a-price-on-content/. Did the CSS selectors change when 3.0 update came about? How do I make it just a standard 3px border radius?
Thanks,
Josh
Hi j1980mac!
Thank you for using Enfold.
You have this code on style.css:
.big-preview img {
border: 1px solid #e1e1e1;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-top-left-radius: 60px;
-moz-border-radius-topleft: 60px;
border-top-left-radius: 60px;
}
Adjust the value.
Cheers!
Ismael