Closed jessicaboggia closed 2 years ago
Please post the link so that I can inspect the problem when I'm available.
Hi,
Thank you for getting back to me so quickly!!
Here is the link: http://umn.godsibb.net/
Thanks again!
You are using Bootstrap Basic 4 which is based on Bootstrap 4, not Bootstrap Basic which is based on Bootstrap 3.
It's in assets/css/main.css. You have to override this selector in your child theme. #sidebar-left .widget, #sidebar-right .widget
.
Learn more about how to use inspector in Chrome, Firefox.
Learn more about CSS overriding.
There's a white border around my sidebar widgets, pages, and content that I need to get rid of. When customizing this theme, how do you remove or change the ugly white reference borders around these items?
I have tried looking up the classes and IDs used for the elements and setting them to border: 0px in the custom css field but it does not seem to work. I feel like I am missing something obvious.
Thanks!