Quote:
Originally Posted by milaszewski
I have already customized a few things in the template. Is there a way of doing that without loosing my changes?
|
You can add the fix manually with a few template edits & Stylevar changes
----------------------------------------------------------------------------------------------------------
Enter Stylevar system for Ole'Blue
Type in the search "body_color" -> Change the body "Color" to:
Click Save
----------------------------------------------------------------------------------------------------------
Next in the Stylevars search for "popupmenu_background"
Add this to the "Background Color" section:
Add this to the "Background Image" section:
Code:
url(images/buttons/newbtn_middle.png)
Click Save
------------------------------------------------------------------------------------------------------------
Go to Style Manager -> vb4style-Ole'Blue -> Edit Templates -> CSS Templates -> popupmenu.css -> Search for:
HTML Code:
.popupbody li.formsubmit .submitoptions label {
Add within the class on a new line:
Code:
color: {vb:stylevar blocksubhead_color};
Search for:
Replace with:
Code:
color: {vb:stylevar body_color};
Click Save
This is only needed if you already made some template changes as milaszewski has done and do not want to overwrite your changes. Otherwise the original post has this updated version. (1.01)
Thanks