Custom CSS to change corner radius - FAQ Widget

Hello there! I would like to change the corner radius to 20 on the FAQ widget “List” layout. Could you help with some code? Thanks a bunch!

  • Link to the page with the widget in question:
2 Likes

Hello @Ninon and we are happy to see you in the best place of the world :earth_africa: Welcome to Elfsight Community :heart: :handshake:

I am happy to provide you with a special CSS code for changing the corner radius:

/* Add a border-radius to all corners to 20px */
.eapps-faq-content-category-item {
    border-radius: 20px;
}

Please add this code to the Custom CSS section on the Appearance tab in your widget’s settings and let me know if it helped :wink:

2 Likes

Thank you so much @Max ! It works perfectly :+1: So cool :raised_hands:

2 Likes

Thank you for your kind reply @Ninon

I am happy to hear that you are good now :blush:

If any other questions come up, please feel free to contact us here.

2 Likes