2008-01-05 19:24
HI EVERYONE!i have a question how can i edit background on header where is writing "produkty , onas, promocje, regulamin, kontakt"i would like give yellow background but i can't find where can i do itplease answer// sorry for my english ;]
2008-01-06 04:52
perhaps edit background and color in following code in templates/default.css:
#menu2 li a{display:block;padding:3px 12px 4px;border-right:1px solid #5d81bd;background:inherit;color:#5d81bd;font:bold 1.167em verdana, sans-serif;}#menu2 li a:hover{background:#f2f5fb;color:#5d81bd;}
..or better make your own template and do not edit the default one. Easy to do.