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

    Hi there, i would like to give some images a rounded corner on a website, but adding the quick css code i found on this forum does not seem to work? Any idea what i am doing wrong?

    i used this quick css code in the general styling tab:
    .avia-image-container { border-radius: 5px; }

    and then i added this:
    img {
    border-radius: 30px;
    }

    But it does’nt seem to work

    #1423701

    Hey systeembeheer,

    Please try this CSS instead:

    .avia-image-container img { 
      border-radius: 5px; 
    }

    Best regards,
    Rikard

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