Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • brentmitchell Friend
    #146787

    I’ve seen numerous posts on changing the background, but when I get into my CSS, I’m not sure which text to change. I simply want to change the white background to a darker color….please take a look at my site and let me know if you can guide me through the process of doing this. Thanks.:laugh:

    http://www.realestatewebschools.com/

    TomC Moderator
    #326370

    Usually its the “body” id within the template.css file.

    You can usually tell which one it is by looking at the id/rule and seeing which one(s) indicate “background: #xxxxxx” for the particular color. In your case, look for the following id:


    body#bd {
    color:#333333;
    }

    Then, you just change it to the color code you want. (e.g., white would be “#FFFFFF), or . . .


    body#bd {
    color:#FFFFFF;
    }

    TomC Moderator
    #326371

    Might I ask which component you are using for your “map” feature – such as here –> http://www.realestatewebschools.com/real-estate/salesperson-license ?

    brentmitchell Friend
    #326372

    ok….i changed that part to a darker color, but it’s still the same ole boring white….

    brentmitchell Friend
    #326373

    <em>@tcraw1010 156562 wrote:</em><blockquote>Might I ask which component you are using for your “map” feature – such as here –> http://www.realestatewebschools.com/real-estate/salesperson-license ?</blockquote>

    i got it from this site….http://www.fla-shop.com/

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

This topic contains 5 replies, has 2 voices, and was last updated by  brentmitchell 14 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum