Viewing 5 replies - 1 through 5 (of 5 total)
  • Annemarie1,
    Rounded corners in Suffusion are provided out of the box if you use Firefox / Safari / Chrome. On IE and Opera there are no rounded corners because I use CSS3 specifications for the corners and these two browsers don’t support the “border-radius” CSS.

    When I see your site in Firefox / Safari / Chrome I see rounded corners as applicable.

    Sayontan.

    Thread Starter Annemarie1

    (@annemarie1)

    Hey Sayontan, thx for your reply!

    I’m using safari and indeed, I can see a bit of round corner. Is there a way to make the corner more round? If you know what I mean? Just a bit more curvy?

    Thx.

    Annemarie

    Add this to Blog Features -> Custom CSS, JavaScript & RSS -> Custom Styles:

    #wrapper {
    	-moz-border-radius: 7px;
    	-khtml-border-radius: 7px;
    	-webkit-border-radius: 7px;
    	border-radius: 7px;
    }

    Adjust the value of 7px as appropriate.

    Thread Starter Annemarie1

    (@annemarie1)

    You’re the best! Thx very much!

    Thanks, Annemarie1. Can you please mark this as resolved?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Rounded corners suffusion theme?’ is closed to new replies.