jpcreative 0 Report post Posted February 1, 2011 How do you change the nav bar color of the boxes at the bottom of the feature box in Paglines Pro? Right now, the pale color looks washed out and people are missing it. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 1, 2011 ` body #feature-footer { background: none repeat scroll 0 0 #000000; border: 1px solid #000000; } body #feature-footer .feature-footer-pad { border-left: 1px solid #000000; border-top: 1px solid #000000; } ` Add to Custom Code > Custom CSS. Change `000000` to the color you want. In case you need further help please provide a link. Thanks, Bryan Share this post Link to post Share on other sites
jpcreative 0 Report post Posted February 1, 2011 Hi Bryan, Thanks, didn't do what I had hoped. http://mvka.com/what-we-do/event-production What I'm trying to do is to make the feature name boxes all dark. Comments I'm getting are that they look like they haven't loaded, or people just aren't seeing them shaded out. You know how visitors are! Thanks! Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 1, 2011 Is this what you want? It's not the cleanest, yet... ` #featurenav a, #feature-footer span.playpause { background: #000; color:#FFF } ` that? Share this post Link to post Share on other sites