I'm struggling to get my Adsense colours to match the ones that have actually been configured for my Adsense account, but vBulletin seems to be ignoring them for some reason.
Why would this be?
I have found numerous references to stylevars, specifically this code:
...but I'm not sure that they are being put into the correct place because they are still being ignored. I have even used the proper hex codes in place of the stylevar, but it is still being ignored
Where is the correct location to put this code? Or is there something else I need to do?
Thanks very much.
Why would this be?
I have found numerous references to stylevars, specifically this code:
Code:
google_color_border = "{vb:stylevar page_bgcolor_hex}"; google_color_bg = "{vb:stylevar page_bgcolor_hex}"; google_color_link = "{vb:stylevar body_link_n_fgcolor_hex}"; google_color_text = "{vb:stylevar body_fgcolor_hex}"; google_color_url = "{vb:stylevar body_link_n_fgcolor_hex}";
...but I'm not sure that they are being put into the correct place because they are still being ignored. I have even used the proper hex codes in place of the stylevar, but it is still being ignored
Where is the correct location to put this code? Or is there something else I need to do?
Thanks very much.