• Hi!I have the blueberry theme installed and I’m having some problems to change the original white color of the blog name to black.

    I can′t find the corresponding code for that.

    Can anyone help?

    Thank you very much.

    Luis, Portugal.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Without a link to your site it’s hard to help you.

    If you run Firefox there is an add-on called Firebug that will help you find the code in the CSS style.css stylesheet that sets the attributes for fonts.

    Thread Starter luispaulo

    (@luispaulo)

    my site is: https://cc2004.site90.com/testeblog/

    I want to change the the white color of the title: Comiss?o de Curso 5o Ano 2008/2009 to black.

    I install the firebug but I don’t know where I change the code to black ??

    Man, I looked at it in Firebug and the h1 font is defined and redefined in too many places to figure it out. You need to study up on CSS and then create a single place in the stylesheet where the h1 font is defined.

    Sorry I can’t be more helpful. If any of the other regulars/mods here can help, please do.

    try

    #headertxt h1 a{color: #000 !important}

    Thread Starter luispaulo

    (@luispaulo)

    I change this in my css.php file:

    #header a {
    	color: #<?php echo $colors['header']; ?>;
    }

    To this:

    #header a {
    	color: #000000
    }

    And solved the problem. But I don’t know if the is any problem to change that…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change color of blog title’ is closed to new replies.