Hello. I’m trying to edit the CSS for the List Items in the footer. I want to override the various border CSS things you’ve input. I’ve managed to remove a chunk of the !important tags in the style.css. However, you’ve put some inline styling, specifically:
#footer-outer #footer-widgets .col ul li {border-bottom: 1px solid rgba(0,0,0,0.1) !important}.
Where is this (the inline stylesheet) generated from? How can I access it/remove that line of code? Thanks.
Hello. I’m trying to edit the CSS for the List Items in the footer. I want to override the various border CSS things you’ve input. I’ve managed to remove a chunk of the !important tags in the style.css. However, you’ve put some inline styling, specifically:
#footer-outer #footer-widgets .col ul li {border-bottom: 1px solid rgba(0,0,0,0.1) !important}.
Where is this (the inline stylesheet) generated from? How can I access it/remove that line of code? Thanks.
Nevermind, I figured it out.