I would like to change the background color to black in the following sections on the home page: The homepage two column feature area and The homepage blog/portfolio section After changing the background of those sections to black, I will also need to change the font color to white in those sections only, so that it shows up on the black. Thank you
Hello, Greetings from InkThemes! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .index-container.first_featured, .gallery { background: black; } .feature-one p, .testimonial_holder .testimonial_jcarousel p, .feature_main_heading, #filters li { color: white; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Thank you. This resolved all but a few things and looks like I want except that you cannot read the titles in three sections. I have provided a screenshot. The first two titles need to have white font to show and the third portfolio title needs to be black. See screenshot. Thank you.
Hello, Below is the code for that... Code: .feature-index .feature-one h1, .testimonial_holder h1 { color: white; } .feature_main_heading { color: black !important; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com