• The “Image Border Radius” will give the Header Image rounded corners, but it’s not good for visual. Just a little design suggestion.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    if you don’t like rounded corners, simply don’t use it – set to 0 and it’s square.
    Nothing more than simple CSS – somebody likes it, some don’t, simple as that 🙂
    Mike

    You cant try this CSS for fun in child theme

    .main,
    .main-inner,
    #page .container-inner { border-radius: 20px; }
    .s1 .sidebar-top,
    .s1 .sidebar-toggle { border-radius: 17px 0 0 0; }
    .s2 .sidebar-top,
    .s2 .sidebar-toggle { border-radius: 0 17px 0 0; }

    But just for fun – somebody likes it 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image Border Radius function’ is closed to new replies.