Widgets border

Hi
how can I make widgets border transparent or remove them totally.
Thank you!

Hi @claudio,

I hope you are well today and thank you for your question.

You can remove the widget border by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

aside.widget {
    box-shadow: none;
}

Best Regards,
Movin