Quote:
Originally Posted by TheLastSuperman
Hmm ok then try this one:
PHP Code:
if (STYLEID == 1) { $vsacssfix = '<style type="text/css"> #vsacb_messagearea { background:#ffffff !important; background-color:#ffffff !important; } </style>'; $template_hook[headinclude_bottom_css] .= $vsacssfix; }
But make sure that when hovering over the styles name in Style Manager that the styleid # is in fact 1, if it's not then change this 1 to the # of your style.
Code:
if (STYLEID == 1) {
$vsacssfix = '<style type="text/css">
#vsacb_messagearea {
background:#ffffff !important;
background-color:#ffffff !important;
}
</style>';
$template_hook[headinclude_bottom_css] .= $vsacssfix;
}
Basically if you are viewing all your styles via the Style Manager in admincp and you click on a style it opens that style in a new window, note the url up top i.e. http://www.yoursite.com/forum.php?styleid=22 and the last # which in my example is 22, is the style id so then we would replace the 1 with 22  .
|
I am sorry I am being so much trouble.
Okay...that theme is #90 on my board, but I don't know where you want me to put the new code in..