Forums

help editing a color (7 posts)

  1. buedragon
    Member
    Posted 1 year ago #

    can someone tell me what is the name of this content in style.css ..how can i edit this to White? My background is black so i wanna put this white :)

    http://img135.imageshack.us/img135/8219/testww7.jpg

    Regards,

    Blue

  2. mfields
    Member
    Posted 1 year ago #

    bluedragon,

    Hi. Hard to tell without seeing the code:) but an educated guess tells me that this is most likely an h2 element (in most themes it would be). You can turn all h2 elements to white by adding the following code to the bottom of your theme's style.css file:

    h2{color:#fff;}
    h2 a{color:#fff;}

    If this does not work for you please post a link to your blog.

    -Mike

  3. buedragon
    Member
    Posted 1 year ago #

    Hi and many thngs for you help Mike, i have tried but doesnt work, here it is:

    Regards,

    Blue

  4. mfields
    Member
    Posted 1 year ago #

    opps,
    I read your post wrong - sorry about that!
    Please try this:

    h2{color:#333;background:#fff;}
    h2 a:link, h2 a:visited{color:#333;}
    h2 a:hover, h2 a:active{color:#000;}
  5. buedragon
    Member
    Posted 1 year ago #

    Many thngs its something like that:

    h2{color:#FFF;background:#000;}
    h2 a:link, h2 a:visited{color:#fff;}
    h2 a:hover, h2 a:active{color:#fff;}

    Tnhgs for your help Now its white :)

    Regards,

    Blue

  6. buedragon
    Member
    Posted 1 year ago #

    hi on doubt i wanna my sidebar like this

    <li><h2>Meta</h2>
    				<ul>
    					<?php wp_register(); ?>
    					<li><?php wp_loginout(); ?></li>
    					<li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
    					<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
    					<li><a href="http://www.google.pt"><abbr title="Google">Google</abbr></a></li>
    										<?php wp_meta(); ?>
    				</ul>
    				</li>

    And it was working but when i add 3 links in the admin painel the sidebar is like default...and in the themes/default sidebar file is like this code ^^^^

    What i have to choose? Maybe i have changed my theme? how can ia change again?

    Regards

    Blue

  7. buedragon
    Member
    Posted 1 year ago #

    No one?

    Regards,

    Blue

Topic Closed

This topic has been closed to new replies.

About this Topic