Quote:
Originally Posted by CharlieDelta
Hey Dirtrider,
I had the same issue. You just need to adjust the background color in the classifieds.css. CSS Templates=>classifieds.css. Change the background color in the following code to suit your needs.
Code:
td.rightsection {
border-top: 4px solid #D3D4AA;
background: #5C5B4B;
border-left: 1px solid #D3D4AA;
}
|
Ah thanks that sorted that one out