Hi: I'd really like to make Andrina a Dark theme. Would you help and give me the necessary .css references? Thanks very much.
Hello, Go to the Appearance -> Theme Options -> Styling Options panel in your dashboard and select the black color scheme from Theme Stylesheet section. Now, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: body { background-image: none ! important; background: black ! important; } .main-content { background-color: black; } .social-links { background: black; } ul.social_logos { background-color: black; } In place of "black" you can put your color or color code.