- AuthorPosts
- July 2, 2018 at 4:59 pm #22352Anonymous UserMember
Hello, I am new to Boldgrid, and am working on my website. I have chosen the “haven” design. The website is https://www.threesixtyreconhouston.com/
The problem is that each one of the footer content has a white border around them. There is not an option on the visual editor to remove the border around these elements. I have intermediate knowledge of HTML/CSS code, but don’t want to crash the theme.
Can you let me know where to insert the code ” border: none;” on the css styling page so that I can remove this white border in my footer section?
September 28, 2020 at 3:07 pm #27576WadeGuestWas this one ever answered?
September 28, 2020 at 3:13 pm #27607Jesse OwensKeymasterHi Wade-
These forums were recently migrated from another platform, and some of the answers for old questions got lost in the transfer. Sorry about that!
In order to remove the border from footer widgets, navigate to Customize > Advanced > Custom JS & CSS and paste this line into your Custom Theme CSS:
.site-footer .widget { border: none; }
- AuthorPosts
- The topic ‘Remove border around footer widget content’ is closed to new replies.