Hi i am now trying to elliminate the uppercase of the red arrow article area. The code i have used so far in override.css is:
/* Here you can include your override CSS styles */
.header .nspLinks ul li h4, .nspArt p.nspText{
font-size: 12px!important;
text-transform: none;
}
.nspArt h4.nspHeader {
font-size: 12px!important;
text-transform: none;
}
.box {text-transform: none;}
.header {text-transform: none;}
but doesnt make this area low case. Any ideas?
The second issue is that i want the banner that the green arrow shows to be placed next to the first banner (where the green arrow points) Any suggestions for that?