Viewing 14 replies - 1 through 14 (of 14 total)
  • Hello majlo17 in Poland!

    I see a black background on your site now. Did you already figure out how to make that change? Or are you referring to something else?

    Cheers.

    Thread Starter majlo17

    (@majlo17)

    It’s about the gray color that is BIO note. Is it possible to change to a uniform black color

    Hmmmmm… sorry it’s early here and my brain isn’t functioning at full capacity yet.

    So you have a black background and you want to change the ‘BIO” header to black? Your H1 color is: #333333 (really dark grey)

    You’d just need to change that color.

    Thread Starter majlo17

    (@majlo17)

    Ok thx πŸ™‚ Where can I found it? In css styl? Where do I have to enter?

    Thread Starter majlo17

    (@majlo17)

    I mean the gray color in background when i write my bio…sorry for my language.. Do you understad?? The whole page must be black and only white letters πŸ˜‰

    No worries. Your english is better than most!

    Search your css and change #333333 and #666666 to #ffffff.

    Thread Starter majlo17

    (@majlo17)

    #33333 to #00000 and #666666 to #ffff?

    #fff is white. So if you want all text to be white you’ll need to find #333333 and #666666 (2 shades of grey) and change them to #fff.

    Thread Starter majlo17

    (@majlo17)

    ok check out… i must chaange the leters to white… nad background color (michal ratkowski composer) grey to black.. where i Found it?

    Progress! The font colors are white.

    But you also changed the background color of the title. Change that back to #000000.

    background: none repeat scroll 0 0 #FFFFFF;
    color: #FFFFFF;

    Thread Starter majlo17

    (@majlo17)

    YEAH !! BIG THX!! πŸ™‚ I have one quastion. If i like to turn color in title. Background White, Letters Black? Where i Found it?

    I personally think it looks really good now.

    Same as before… change the background to #ffffff and text to #000000.

    background: none repeat scroll 0 0 #FFFFFF;
    color: #FFFFFF;

    Thread Starter majlo17

    (@majlo17)

    Ok thx.. I have one more quastion an this it all. Can I change color “MICHAŁ RATKOWSKI” white to gold? where i found this?

    You should familiarize yourself with Firebug for Firefox and/or the Chrome Inspector. Really easy to right click on your object and get all of the info you need.

    This is the css you’ll want to edit…
    .site-title a, .site-title a:hover {
    color: #FFFFFF;

    Gold: #af982d

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Change Color’ is closed to new replies.