CSS help color change

  • Unknown's avatar

    Hey there,

    you see at my site a black line in the middle, this line should be white please,
    and the line above the black line is white, this line should be a bit smaller and pale turquoise.

    Hope u can help me, its my only matter with the site.

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    Are you referring to the black section with the “Abous Us” text? If so, try this code. As the background has to be changed to white, I changed the “About us” text color to black so that it’s visible.

    You can also change the value under .site-header to give the desired turqoise color.

    .silvio-single-bg {
        background-color: #fff;
    }
    
    .entry-title {
        color: #000;
    }
    
    .site-header {
        background-color: #43C6DB;
        height: 60px;
    }
  • Unknown's avatar

    THANK YOUUUU!! :)

    I’m fine now .

  • Awesome, happy to know it did the trick! :)

  • The topic ‘CSS help color change’ is closed to new replies.