Hi guys first of all thank you for such great support!I am looking to do only a few more things on my site MotoNewEngland.com if you go to the homepage you will see that just above the featured content area there is a white strip that I could not get to change color when I redid my homepage. Also at the bottom of that same page you will see the "contact us" "follow us" "users" and "check this out" words are barely visible I would like to make them black. Then on that same page and the rest of the site I would like to make Links a darker more visible color which I can choose I just need the code to change link color on the site. Thank you again for the awesome support you guys do a great job.
Hello, We have visited your website and you are using our theme, currently you have activated "twentyeleven" theme, so we can't see your problem, So activate the "Bizway Theme" again so that we can check the issue and send you the solution.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .main-content-container { margin-top: 0px; padding-top: 62px; } .footer-wrapper .footer_widget h6 { color: red; } .content-bar a { color: red; } Inplace of "red" put your color code. This will solve your issue.