Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22352

    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?

    #27576
    Wade
    Guest

    Was this one ever answered?

    #27607
    Jesse Owens
    Keymaster

    Hi 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; }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove border around footer widget content’ is closed to new replies.