Jump to content
Sign in to follow this  
jpcreative

Change feature box color

Recommended Posts

jpcreative

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

` 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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×