• Hello,

    What is the css code to add small border-radius to the ashe theme slider? Images i have 2px border radius added and they work for blog post images and thumbnails.

    Thank you,

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @marxveix

    At first, thank you for choosing our theme and service.

    Please navigate to Dashboard > Appearance > Customize > Additional CSS and add the CSS snippet below:

    .slider-item-bg {
    border-radius: 30% !important;
    }

    Kind Regards

    Thread Starter marxveix

    (@marxveix)

    Hi supportwpr,

    This worked well for images, how to remove also colored corners or make them white? Thank you!

    colored-corners.jpg

    Thread Starter marxveix

    (@marxveix)

    Image-overlay worked and i have rounded edges now, thank you.

    .slider-item-bg {
    border-radius: 0.5% !important;
    }
    .image-overlay
    {
    border-radius: 0.5% !important;
    }

    Hi @marxveix

    We are glad that you have managed to fix the issue by yourself.

    Feel free to contact us at any time, and we appreciate your continued trust in our services.

    Kind Regards

    Thread Starter marxveix

    (@marxveix)

    Added small border radius for main menu submenu also. Now i am done with border-radius. ??

    .sub-menu {

    border-radius: 2px !important;
    }

    Thank you!

    supportwpr

    (@supportwpr)

    Hi @marxveix

    We are glad that it worked!

    Feel free to contact us at any time, and we appreciate your continued trust in our services.

    Kind Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.