Hi,
I was wondering how I can remove the border radius (set to 0) from all images, buttons etc. in the full site?
I found some support items about specific items, but I want no rounded corners at all.
Thanks!
Hey rhae,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top * {
border-radius: 0 !important;
}
Hope this helps :)
Best regards,
Nikko
Hi Nikko,
great, that worked! Thanks.
Hi rhae,
Glad we got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria
hi, i tried the opposite
set 20px as border radius and everything including the header, footer, socket etc got rounded corners.
is there a way to set just ALL IMAGES to have rounded corners?
thanks for the help.
Hi akhilz,
Please try to use this CSS code:
#top img {
border-radius: 20px !important;
}
Hope this helps :)
Best regards,
Nikko
hi Nikko
thanks, that worked like a charm.
Hi akhilz,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko