Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

[Solved] Problem: background

ArabSmallArabSmall New
edited August 2012 in Vanilla 2.0 - 2.8

Hey, i would ask how can i add background to themes, under the themes (home page) for not logged users.Because when i'am not logged i have white background, and whe i logg in the i have blue.And i would became the same effect for not logged users (Blue background)
Look:

http://iv.pl/images/70953259695278289685.jpg = NO

http://iv.pl/images/35145615766336892239.jpg = YES

thx for help :)

Answers

  • Options
    422422 Developer MVP

    the time it took you to make the images, and post them to a 3rd party host. You could have just given us all a link, we could have fixed for you in seconds.

    It is a css issue.

    There was an error rendering this rich post.

  • Options
    ArabSmallArabSmall New
    edited August 2012

    Problem solved
    themes/default/design/custom.css

    `
    .DataList .Item {
    background: #e3f4ff;
    margin: 0;
    padding: 4px 0;
    border: 0;
    position: relative;
    border-bottom: 1px solid #bec8cc;

    }
    `

    and it works :)

Sign In or Register to comment.