Cool thanks. I will have a crack at it now.
Edited post to help others who may come across this issue.
Fixes for white text on white background in user profiles:
Navigate to userprofiles.css (as kh99 said)
Visitor Messages Fix:
.userprof_content{
color: {vb:raw module_text_color}; <- Replace everthing in bold to: #333333
background-color: {vb:raw module_background_color};
background-image: {vb:raw module_background_image};
background-repeat: {vb:raw module_background_repeat};
Join Date / Last Activity & Recent Visitors Fix
#sidebar_container .userprof_content .blockrow{
color: {vb:raw content_text_color}; <- Replace everthing in bold to: #333333
background-color: {vb:raw content_background_color};
<vb:if condition="$content_background_image != ''">
background-image: {vb:raw content_background_image};
background-repeat: {vb:raw content_background_repeat};
</vb:if>
border-color: {vb:raw content_border};
Still looking for the other issue.
--------------- Added [DATE]1329714130[/DATE] at [TIME]1329714130[/TIME] ---------------
Can an admin please set this as resolved.
Cheers for the help guys.
|