wanting to look like theme and change outside border color

  • Unknown's avatar

    I have the Candela theme and for some reason, it’s only a single column.
    I also want to change the outside border to match with the background color of the box of text.

    Please help?

    caybelleblog.com

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

  • Hi there, @caybelle!

    If I understand you, you would like to change to white the light grey border. If so, you could do the trick with this css code:

    .site-content {
        background: none repeat scroll 0% 0% rgb(255,255,255);
    }

    Just in case you also need to make white your header, you would take it with this code:

    .site-header {
        background: none repeat scroll 0% 0% rgb(255,255,255);
    }

    I hope this helps. Enjoy blogging! :)

  • The topic ‘wanting to look like theme and change outside border color’ is closed to new replies.