Moderator
t-p
(@t-p)
change colours for categorys
I don’t see “categroies” on your home page.
The categories are health, pregnancy amd childcare and so on..
the background where they are are in grey. id like to change that pls
Its this code you need to look for
#tier2 .tier2c .top h2 {
background:#DADADA none repeat scroll 0 0;
color:#353534;
font-size:18px;
font-weight:normal;
margin-bottom:10px;
padding:5px 0 5px 10px;
and change #DADADA and looks like its hidden somewhere other then normal theme
Are you using some kind of plugin as its not a normal style.css.
I find all you style.css on this url
http://spatialtectonics.com/ify/?antisnews-my-style=load-style-antisnews
no, i am using a normal antinews theme..i will check and see if i can find it..not sure where to check…thank u
I have the same question:
Where do I change colors of the Category titles?
I am using WP 3.0.1.
I can find no reference to “tier” or <h2> in style.css.
However, in style.php I did find what looked like the reference above. However, it just gives a php variable. No place does it give a color in hex —at least no place that I can find.
Also, the editors give no line numbers.
I thought perhaps the category rectangle with the rounded corners was an image used as a background image. I can find no such image.
Surely someone must have cracked the code for theme Antisnews with WP 3.0.1! I’d appreciate help!
PS to above:
Here’s the code I find:
#tier2 .tier2c .top h2 {
background:<?php echo $featured3h2backgroundcolor;?>;
color:<?php echo $featured3h2fontcolor;?>;
<?php if(isset($featured3h2backgroundcolor) && !empty($featured3h2backgroundcolor) && !($featured3h2backgroundcolor == “none”) ){?>padding:5px 0px 5px 10px;margin-bottom:10px;<?php } else {?>margin-bottom:10px;<?php } ?>
font-size:<?php echo $featured3h2fontsize;?>;
font-weight:<?php echo $featured3h2fontweight;?>;
}
This defines h2, but I can’t find where the next level of definition is to set the color as desired.
can you put your url here so that I can see the code and guide you
Certainly; here it is: http://www.jacobehlers.com/wordpress/
I’ve looked at “View Source” but could not find out anything except that the key seemed to be finding the detailed CSS for <h2>.
Is there a good guide to Antisnews anyplace? I surely haven’t been able to find one.
New question: Can one create a “child theme” for any theme (or almost any)?
Is this a paid theme as I could not find it in repository I have looked at this before and css layout different from normal theme. The only way I may be able to find out whereto change those colors is to look at the theme.
Here’s a link: http://www.antisocialmediallc.com/2009/08/news-magazine-wordpress-theme-antisnews/
But this one is paid; my version was free. Right now, I can’t find where to get the free version. I did find it by using the official WordPress site for themes.
You can go to Install Themes and search for “antisnews” and it will show up.
I looked at the website and the premium link is broken the only way I think of is if you can send that theme folder if you use skype you can send from there.
ok I see it I will install in my test site and let you know when I find out.
so you want to change the grey widget title colors
That’s correct. Several other people do, too, it appears.
I really appreciate the help you’re giving. Just disgusted and embarrassed that I can’t solve this puzzle myself.
Part of the problem, I think, might be that they hide a lot of the CSS from us —“protecting” us from that dirty old code, I suppose. (I’m speaking of the Appearance > Antisnews CSS Styling Tool>)