Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End PLEASE HELP

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #148051
    mehmetcolak7
    Participant

    I didnt able to send my question to the css topic because it logs me out when i try the css topic. I’m trying to change the background color of my website for hours but i cant. Here is the style.css please help me ;

    body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    background-attachment: fixed;

    }

    .container {

    width: 925px;
    position: relative;
    margin-left:1px;

    }

    .module {
    width: 618px;
    margin-right: 5px;
    margin-top: 2px;
    }

    .right {
    width: 300px;
    margin-top: 2px;
    }

    #148052
    Senff
    Participant

    There is no background color anywhere in your CSS. Make sure you add this to the BODY element:

    background-color:red;
    

    …or whatever color you want.

    #148053
    mehmetcolak7
    Participant

    Thank you very much for your answer but i tried this and it didnt changed anything on the website

    #148056
    Senff
    Participant

    Then something else must be the cause…which we won’t know unless we could take a look at the site in question (or at the very least have more information than just the CSS code).

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Back End’ is closed to new topics and replies.