Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    Thread Starter buedragon

    (@buedragon)

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

    Regards,

    Blue

    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;}
    Thread Starter buedragon

    (@buedragon)

    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

    Thread Starter buedragon

    (@buedragon)

    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="https://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="https://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
    					<li><a href="https://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

    Thread Starter buedragon

    (@buedragon)

    No one?

    Regards,

    Blue

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘help editing a color’ is closed to new replies.