Quote:
Originally Posted by flash84
Yes I'm using the free version ESB 1.5.2 with the latest Vb4.2 Patch 1.
If I turn off ESB in the plugins, the blog Create New Post button goes back to being white. I will try and do a bit more troubleshooting to see if it's the ads I have in the ESB causing the problem. But then again the free version is working fine on my home page just somehow it's interfering with the Blog page.
|
add this at the end of the sidebarext_blog_temp template
PHP Code:
<style>
#sidebar_container a {
color: #fff;
}
#sidebar_container a:hover {
color: #fff;
}
</style>