Jump to content
Sign in to follow this  
giulioregosa

Change the color of the line in the top of the page.

Recommended Posts

giulioregosa

what is the code to put in custom css to change the color of the line at the top of the pages? J

Share this post


Link to post
Share on other sites
bryan-hadaway

If you're using an older version: `body{border-top:0px}` and the newest: `body{background:#fff}` Thanks, Bryan

Share this post


Link to post
Share on other sites
giulioregosa

Hello Bryan, I tried all two @ http://www.ilmiowatsu.it/ first code body{border-top:0px} delete the line second code body{background:#fff} change the background color of the feature only (actual status) But I need to change the dark color of the top line. Some suggestions more? TX J

Share this post


Link to post
Share on other sites
Andrew

The top line will have the same color as the body background.. if you want them different add this to custom css: `body{padding-top:0; border-top: 5px solid #YOURCOLOR;} make sure you're using the version 1.2.1

Share this post


Link to post
Share on other sites
giulioregosa

oh, version in use is PlatformPro 1.1.4 Is there a guideline to how to upgrade in easy way without loosing something? J

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  

×