Home Forums WoodMart support forum How to set and overwrite slider border radius to 0px?

How to set and overwrite slider border radius to 0px?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #629634

    lswang6
    Participant

    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.
    #629922

    Hung Pham
    Keymaster

    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,

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