Forums
Home / Plugin: Weather Atlas Widget / remove border
(@alfredpicus)
4 years, 6 months ago
Hello, how do I remove the widget border? Thanks
(@weatheratlas)
4 years, 5 months ago
Hello,
You should be a bit knowledgeable about CSS usage.
1. if you are setting the widget the usual way, add to a site’s CSS: . weather-atlas-wrapper {border: none !important}
. weather-atlas-wrapper {border: none !important}
2. if you are setting the widget using the shortcode, remove border using inline style: style='border:none'
style='border:none'