PDA

View Full Version : Changing CSS for blog section in VB4.2


Jamesdoylephoto
01-07-2013, 08:21 PM
Hi,

I have a problem with my comments section in the blog module in that the text colour is white on a white background even if you change the colour in the editor.

I've looked in the admin cp panel Style Variable Editor/blog and edit templates/css templates but I can't find anywhere to change the font colour for the blog comments.

Any assistance would be appreciated.

Thanks

kh99
01-07-2013, 09:57 PM
I don't know if there's anything in the Style Variables for it, but you can use something like this (in additional.css, for instance):

.blog .postbit-lite .posttext {
// CSS for blog comments.
}

Jamesdoylephoto
01-07-2013, 10:55 PM
Thanks kh99,

I found it in the> Style Variable Editor>Comments>Comment Background

and was able to change this to transparent which made it match the rest of the page and the white text shows well now.

Thanks for your assistance! :-)