• Resolved applecrunch

    (@applecrunch)


    Hi,

    I am trying to change the color of the main area into a white background!
    Now i have no idea if this theme allows me to change this color and if so how can i do this? i know i can do this with photoshop or gimp, but it did not work. Maybe i ahve to change the color code in some kind of file as well, but i have no idea which one and how to find it. to show what i am trying to do, this site (http://www.beste-internet-provider.nl/) has a white main area, trying to do the same for my website(http://www.pspvergelijk.nl/). All help is very much appreciated.

    thank you
    Mike

Viewing 4 replies - 1 through 4 (of 4 total)
  • Edit /evolve White/library/media/css/base.css and change:

    .content {
        background: url("../images/content.jpg") repeat scroll left top transparent;
        padding-top: 25px;
    }

    to:

    .content {
        background: #fff;
        padding-top: 25px;
    }
    Thread Starter applecrunch

    (@applecrunch)

    Thnks esmi.

    Do you maybe also knwo how i can fix the issue with my page title “home” someway or the other it stays blue. unlike the rest of the topics if you scroll over them the stay blue for a sec.

    Thread Starter applecrunch

    (@applecrunch)

    thnks i managed

    I am also trying to change my background to white.I have found that folder/evolve White/library/media/css/base.css but I don’t know what to do after that. There is nothing underneath of it, what do I change?

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

The topic ‘Theme changing background’ is closed to new replies.