background colour changes

  • andrea_garay2005

    #4142

    I wanna ask if is it possible to give different background colours to the column and siders? And remove the shadow of the widgets too.

    I know I can change the entire content area background but is not nice…..I want different colours

    Mod

    Kenneth John Odle

    #27357

    different background colours to the column and siders?

    You really need to use Firebug for this sort of stuff. The more options Graphene has, the harder it gets to provide an automatic answer without seeing your site, so you really need something like Firebug. It’s easy (and fun)! See Josh’s tutorial:

    http://www.joshlobe.com/2011/10/using-mozilla-firebug-to-inspect-css-files/

    There have been a lot of changes in the past couple of upgrades, so this may or may not work, depending on which version of Graphene you are using. But something like this will probably work:

    #sidebar1 {background:#ffffff;}
    #content-main {background:#ffffff;}

    You’ll need to change the color codes to something you prefer.

    Cheers,

    Ken

    andrea_garay2005

    #27358

    I could install Firebug but I can use Google Chrome……..is like chinesse for me…hahah 🙂 I must study this for a while

    Anonymous

    #27359

    Chromium has a built in firebug like extension. Right click and “Inspect element”

    andrea_garay2005

    #27360

    I managed to change the bg of the siders…….but the widget box has a border that I cannot get rid of. I tried this but didn’t work….

    #widget {
    box-shadow: 0 0 0px #FFFFFF;
    box-border: 0 0 0px #FFFFFF;
    }

    than this and it worked 🙂

    .sidebar div.sidebar-wrap {
    box-shadow: 0 0 0px #ffffff;
    box-border: 0 0 0px #ffffff;
    }

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.