Rundiz-WP / bootstrap-basic

Bootstrap 3 css framework theme for wordpress. For theme developer can start build their theme very fast. To download for use with your project, please go to wordpress.org themes page in the link.
https://wordpress.org/themes/bootstrap-basic
MIT License
22 stars 4 forks source link

Remove Borders #30

Closed jessicaboggia closed 2 years ago

jessicaboggia commented 2 years ago

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!

ve3 commented 2 years ago

Please post the link so that I can inspect the problem when I'm available.

jessicaboggia commented 2 years ago

Hi,

Thank you for getting back to me so quickly!!

Here is the link: http://umn.godsibb.net/

Thanks again!

ve3 commented 2 years ago

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.