Hi,
I am looking for some code that will enable me to just have simple text navigation, on a background that i choose. So for example using the navbar option but only have text no pre defined black box, but then i can add my own custom background using CSS... there must be a way, i just need to know the right method so i can implement my css.
I have this so far:
#site .navbar .navline li a { color: #54CACA; }
#site .navbar .navline li a:hover { text-decoration: underline; }
#site .navbar .navline .background { url('/wp/wp-content/uploads/2012/12/footer.png');}










