Log in

View Full Version : A few questions about my theme


Kuya
01-02-2011, 12:00 PM
Hi,

I installed a theme yesterday and really like it, except for a couple of glitches that I was hoping o fix myself.

Firstly, the "What's Going On?" bar at the bottom of the main forum page is overlapping with the rest of the forum. I can locate and alter the color of this but not the width! Where can I locate the stylevar or CSS to amend?

Secondly, I am trying to change the color of the text on the profile page which is in white (against a white or almost white background). I only just noticed this and it makes viewing profiles very difficult for newbies who don't highlight with their mouse.

Any help would be appreciated.

Thanks

Kuya
01-02-2011, 12:02 PM
Oh and a screenshot for the overlapping bit...

Lynne
01-02-2011, 04:08 PM
You would need to provide a link to the actual pages so we can view the css using firebug.

Kuya
01-02-2011, 05:53 PM
http://www.europinoy.co.uk/forum.php

Here you go, for the main forum page with the alignment issue. And a random profile page can be found here (http://www.europinoy.co.uk/member.php?51-oss)..

Thanks

Lynne
01-02-2011, 06:52 PM
Get rid of the width in this class ".wgo_block h2" and it will be normal width (do a Search in Templates for it).

Are you allowing profile customization? If not, just add this to your additional.css template:
#member_content #sidebar_container a {color: green;}

Kuya
01-02-2011, 07:24 PM
Thanks Lynne, that fixed my alignment problem and 80% of my text color problem.

Though I am still stuck on the member info widget and the tabs above the profile content? Do you know which CSS files to amend with this?

Thanks again