Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #340322

    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

    #341183

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.