Quote:
Originally Posted by manutdvn
Hello,
I got a problem when upgrading to new version of VBB 4. it seems the bars which seperate between each section are lost like attached pictures.
Can somebody help me how to fix this? Or provide me original of forumhome or (?) code. I want to get back and install one by one template mods.
|
The background color for the sub blockhead in WGO afaik is not an option in vB4.
You can introduce a colour by adding;
Code:
.wgo_block .blocksubhead {
background:#Your Colour;
}
To additional.css but it is likely to mess up your collapse/expand arrows, so you will need to play around with these too.