Removing dotted black line above border

Permalink
There is a random black dotted line above my border on my website. Just wondering how I get rid of it. http://www.bmeverydaytalk.com is the URL. Thanks for the help!

 
cssninja replied on at Permalink Reply
cssninja
Add to your css:
.divider {display:none;}

Or edit default themes:
1. Copy all files from /concrete/themes/default to themes/default
2. Edit the main.css

In 33 line:
#page .divider{padding-top: 12px; background: url(images/nav_horizontal_divider.gif) no-repeat top; overflow:hidden; height:1px; clear:both; width:100%; }

Delete
background: url(images/nav_horizontal_divider.gif) no-repeat top;
julieculver replied on at Permalink Reply
css ninja - thanks for the instructions for making this change using add css.
I've done that and in the preview for in the add css screen, the dotted line is gone.
However, the home page isn't updating. Is there another step I need to do to get the dotted line to disappear from the home page after adding the .divider {display:none;} language to the add to css???
Adreco replied on at Permalink Reply
Adreco
Caching can be a real pain when making a change like this. Be sure to not only clear your site cache (sitewide settings) but also clear your browsers cache as well (I have frequently made more work for myself by forgetting this)
julieculver replied on at Permalink Reply
Success! Thank you! I did have to clear both the sitewide cache and my own browser cache.

Cheers!