Border radius for non stretched slider
-
Hello,
I would like the border corner radius of my slider not to be rounded.
How to do this?
Thanks!
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
Hello, thanks ! Attached in private the credentials.
But please, I’d like to know the process so I can reproduce it later myself. Thanks
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-slider {
border-radius: 0px !important;
}
Best Regards.