Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19385
    Templatesyard
    Participant

    Hi,

    I want to change the main colors between this blog http://ongmuestra.blogspot.com.es/ and this http://pconectat.blogspot.com.es/
    Basically: all the blackgrounds of the first blog in white and the letters in black.

    What lines must I change? I’m TOTALLY noob in HTML.

    Thanks

    #19388
    my add
    Keymaster

    Look for this in the template: `/* CSS Global Wrapper */
    body {background:#2f3440 `
    Change the color #2F3440 to #FFFFFF That will make the background white.

    /* CSS Header Wrapper */
    #header-wrapper {margin:auto;padding:0;overflow:hidden;background:#272b35;}

    This is the header background. Change the #272b35 to #FFFFFF.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.