• hi all
    i have the Antisnews theme i want to change colours for categorys on my page as its all set to grey
    how do i do this

    thanks
    http://spatialtectonics.com/ify/

    i was told

    hi minty64555,

    please Find file in your project ify?an…tisnews
    and in ify?an…tisnews reach the line no:429 #tier1 .tier1side h2
    here change your background color #DADADA replace whatever you want
    and check it if work it so same changes aplly in different class…….

    but where is that file found..in my ftp or the text editor in wordpress..i am quite confused..:-(

Viewing 15 replies - 1 through 15 (of 19 total)
  • Moderator t-p

    (@t-p)

    change colours for categorys

    I don’t see “categroies” on your home page.

    Thread Starter minty64555

    (@minty64555)

    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

    Thread Starter minty64555

    (@minty64555)

    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>)

Viewing 15 replies - 1 through 15 (of 19 total)

The topic ‘Antisnews colour changes’ is closed to new replies.