Quote:
Originally Posted by Neo_Angelo
erm what do you mean quote box? as in this ? you want that to have a red border instead?
hmmm you'd probably have to add your own CSS. the easiest way would be to use a simple CSS class:
in the MAIN CSS at the bottom where it says additional CSS put this:
.quoteborder {
border-top: solid 1px #ff0000;
border-left: solid 1px #ff0000;
border-right: solid 1px #ff0000;
border-bottom: solid 1px #ff0000;
}
Then in Postbit_legacy template find the area involving quotes (can't think from the top of my head) and put a div tag over them <div style="quoteborder">Quote code structure here</div>
hope this has helped a little, i'm still learning myself ^_^.
|
I ended up figuring it out.. Thanks..
I loved the look, the only problem I had is that VB 3.6.7 (which I am running, came up with 4-template errors.. Saying that the templates needed to be "updated", that they were from 3.6.6 ect...
As I learn more about working on the templates, I will install this one again and see if I can figure out what I needed to update.. But I love the dark blues and the way it laid out..
Thanks..
Q