PDA

View Full Version : Custom Theme text color problem


rockerzteam
04-16-2013, 03:39 AM
Hello I am using the cod3 theme and am having problems.

I am trying the change the category text colors. I have changed everything in the CSS but it won't change.

All the colors are right on the VBAdvanced and the footer section but the thread areas remain gray..

Please help.......

rockerzteam
04-28-2013, 05:53 PM
BUMP! Im starting to this than support here has died off.

tbworld
04-28-2013, 06:25 PM
BUMP! Im starting to this than support here has died off.

Your not getting any help because you have given us very little data to work with. No URL, no picture, no CSS. This is not vbulletin support, this is just a vbulletin community. You receive official style support from where you purchased your skin.

Lynne
04-28-2013, 08:29 PM
As tbworld said, there is absolutely no way for us to help out with your CSS issues without a link to the page.

rockerzteam
04-29-2013, 04:14 AM
As tbworld said, there is absolutely no way for us to help out with your CSS issues without a link to the page.

deleted

Note the color on the homepage is white and on the forum category its gray. Footer is fine but the other area is not.

tbworld
04-29-2013, 06:33 AM
It wasn't completely clear what section you were trying to change. I am guessing the forumhead category header text/link.

Add this CSS to your additional.css and let me know if this is the right area.


/* forumHead category title */
.tcat1 a:link, .tcat1_alink {
color: red; /* changed the grey to red */
}

/* hover */
.tcat1 a:hover, .tcat1 a:active, .tcat1_ahover {
color: yellow;
text-decoration: none;
}

rockerzteam
04-29-2013, 01:44 PM
It wasn't completely clear what section you were trying to change. I am guessing the forumhead category header text/link.

Add this CSS to your additional.css and let me know if this is the right area.


/* forumHead category title */
.tcat1 a:link, .tcat1_alink {
color: red; /* changed the grey to red */
}

/* hover */
.tcat1 a:hover, .tcat1 a:active, .tcat1_ahover {
color: yellow;
text-decoration: none;
}


That fixed it. Thanks for you're help! +1