Can I change the theme color to a specific color name or number? Depending on the site I'm building, I may want the footer widget area and navigation bar to have a specific color.
Hi, Greetings from InkThemes, You would be glad to know that YES, it's possible. Just let me know the specific color code which you want to change to. Also, provide us URL of your website along with some edited screenshot of your requirements/concerned area. We will provide you the necessary CSS code to get the work done. Thanks & Regards! Nitin InkThemes.com
The URL is theme2.1stopnonprofitshop.com. I'm attaching screenshots of the areas I would like to change to the specific color. The color code is 7ccaf7.
Hello! Thanks for getting back to us, You need to paste below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options Code: #menu .ddsmoothmenu{ background: #7ccaf7; } .footer { background-color: #7ccaf7; -moz-box-shadow: 0px 1px 6px #424141; -webkit-box-shadow: 0px 1px 6px #424141; box-shadow: 0px 1px 6px #424141; color: #000; } .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6{ color: #fff; } This will resolve your issue, Warm Regards! Naveen Kolhe InkThemes.com
When I change the color of the footer box, you can't see all the text because it blends in. Am I able to change the color of the text in the footer box to black?
Hello, Please paste the code given below in Custom CSS field of your dashboard. Code: .footer, .footer a, .footer h4 { color: black; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com