Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Remove navigation background Reply To: Remove navigation background

#148101
jurotek
Participant

Remove that background with url in your html page

<style type="text/css" media="all">

    #navigation-wrapper {
       background:url(http://i559.photobucket.com/albums/ss38/mostylescity/test1_zpse6d7267f.png)  ;
    width: 940px;
    height: 52px;
    position: relative;
    margin: 0 auto 20px;
    padding: 18px 20px 15px 20px;
}
</style>

Change orange background in styles.css to something else

#navigation-wrapper {
    background: #choose color;
}