How to set and overwrite slider border radius to 0px?
-
Hi there,
We already set a default radius in the Theme setting. but hope to set Front page slider border’s radius to 0,
we tried following adjust by search forum:
body .wd-slider {
border-radius: 0px !important;
}
but this doesn’t work. checked elementor container setting and slider element setting, all set to 0 but still it displayed with radius.
How shall we change the css code?
kind regards,
Luie
Attachments:
You must be
logged in to view attached files.
Hi lswang6,
Thanks for reaching to us.
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
.wd-slider.wd-section-container>.wd-carousel-inner>div.wd-carousel {
border-radius: 0;
}
Regards,
It workds perfectly as usual, thank you so much Hung.
Can close the ticket now.
Cheers,
Luie
The topic ‘How to set and overwrite slider border radius to 0px?’ is closed to new replies.