Hi there!
Yes, it is possible. By being more specific with the CSS selector you should be able to select only that widget.
Just to be sure…is this the correct widget you want to remove the outline from?
Screenshot
If so, you can try this code:
#footer-widgets .widget-left aside {
outline: none;
}
You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.
Website looks great btw. I especially like the fruit in the header 🙂
I hope that helps!
Luke the Daft Duke
Thanks so much!! I was having a lot of trouble finding the right CSS selector for some reason.
Thanks for the kind words, I did the fruit myself!! Sometimes I question why I’m dabbling in web design and not just sticking to watercolors, haha…
If you happen to have a couple more minutes, here’s one more issue I’m really stuck on: https://ww.wp.xz.cn/support/topic/trouble-with-margins-in-twenty-twelve-widget-sidebar?replies=1
(pasting that link probably breaks a bajillion wordpress forum rules, sorry if so)