1. I would like the footer background color to be the same color as the main menu background color. Please provide the color code for then main menu background color. http://hennessycapllc.com/Sandbox/ 2. Center the "Feature Column Heading" text. http://hennessycapllc.com/Sandbox/
Dear User, Greetings from InkThemes, You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS field and try to cut paste the given below CSS code there . Code: .footer_bottom { background: #f9f9f9 !important; } h1 { text-align: center; } Hope that helped.
for number 1 i'm referring to the menu background color which is forest green, need the color code for the footer background to match.
Hello, Hope Doing Good, You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS field and try to cut paste the given below CSS code there. Code: .footer_bottom { background: #447E11 !important; } Hope this will resolve your issue.