I'd like to change the content background colour & font colours I've found how to change the footer colours but what are the tag lines to change the menu colour & text? div.footer { background-color: black; color: gold; } .footer a { color: gold; } .footer ul li a { color: gold; } div.bottom-footer { background-color: black; color: gold; }
Hello Simey, Greetings from InkThemes! Could you please provide us 'URL' of your site along with some edited screenshot so that we can better assist you? If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots. Thanks & Regards! Priyanka InkThemes.com
http://www.arakitibetanterriers.com/ The plan is to have the content background in black not white & font colour in gold.
Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .full-content { background-color: black !important; color: goldenrod !important; } .full-content ul li { color: goldenrod !important; } .feature-content .feature-item p { color: goldenrod !important; } .footer { background-color: black !important; color: goldenrod !important; margin-top: -34px !important; } .footer a { color: goldenrod !important; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com