
Originally Posted by
AfterHouR
Hi Anne
Ive changed the following
/*bof header*/
#headerWrapper{margin:0 auto;}
display:none;#top-wrapper{width:100%;height:30px;background: #a0a0a0;color: #000;font-
size:130%;text-align:left;padding-top:10px;padding-bottom:5px;}
display:none;#top-wrapper a{color:#fff;}
display:none;#top-wrapper:hover{background:#171717;color:#a0a0a0}
but it still shows the link for specials :-/ what have I missed??
Regards
AfterHouR
It needs to be like this:
Code:
#top-wrapper{width:100%;height:30px;background: #a0a0a0;color: #000;font-size:130%;text-align:left;padding-top:10px;padding-bottom:5px;display:none;}
Be sure to remove the code that you added as it will probably cause problems ;)
Thanks,
Anne