Looking for some help with removing the border around the widgets on my home page. Despite my theme's CSS removing borders universally, I thought targeting specific Div text widgets (such as text-7, text-6) would do the trick. While I can control the elements within the widget, the border remains stubbornly in place. For example, this code snippet:
#text-7. {border:1px solid transparent; text align: center}
Centers the elements but fails to remove the border. I've experimented with different variations without success. You can find the source code here. The link to the live site is provided in the comments below.
Appreciate any assistance you can offer.
Sincerely, Alex