Forums
(@solomon_s_scott)
10 years, 10 months ago
Thanks for letting me know! I’ll fix it so that the icon styles override the theme styles.
10 years, 11 months ago
Try creating a container around the content then change the background color of the body. Like this:
<body> <div id="container"> <!--Content--> </div> </body> body { background-color: #000000; } container { /*container styles*/ }