6 replies [Last post]
goarmy
goarmy's picture
User offline. Last seen 1 year 23 weeks ago. Offline
newbie
Timezone: GMT-7
Joined: 2010-08-31
Posts: 3
Points: 4

Hello all,

I am new to this forum. I am not sure if this is being posted in the correct place. If not I apologize in advance.

I am utilizing godaddy.com's website builder software called "Website tonight".

I am trying to change a color on the home page of the site from green to a hexadecimal value of #cccccc ( light grey)

I have spoken to atleast 3 reps at Godaddy with no assistance whatsoever for CSS.

Its late and I am at my wits end after working on this for 2 hours now.

The site link is: http://www.t4506.com

The green bar I am trying to change is at the bottom of the homepage.

I think it has something to do with the .sf_wrapper tag but Im not certain.

If anyone can help I would really appreciate it.

Thanks! Smile

The CSS coding is:

body {
color:#000;
background-color: #59613c;
}
a:link, a:visited {
color: #59613C;
}

a:hover {
color: #000;
}
.sf_outer_wrapper {

}

.sf_wrapper {
position: relative;
background-image: url(images/bg_1.gif);
background-color: #fbfffe;
}

.sf_navigation_top {

}

.sf_header_wrapper {
background-image: url(images/header_1.jpg);
}

.sf_extra2 {

}

.sf_extra4 {

}

.sf_extra10 {

}

.sf_extra10 span {

}

.sf_main_header {
color: #3d422a;
}

.sf_sub_header {

}

.sf_navigation {
border-left: 1px solid #59613C;
border-right: 1px solid #59613C;
border-top: 5px solid #59613c;
border-bottom: 5px solid #59613c;
background-color: #f2faf8;
background-image: url(images/sidebar_1.jpg);
}

.sf_navigation ul {

}

.sf_navigation ul li {
border-bottom: 1px solid #59613C;
}

.sf_navigation ul li.sf_last_nav_item {

}

.sf_navigation ul li a, .sf_navigation ul li a:visited {
background-image: url(images/bttn_bg_1.gif);
}

.sf_navigation ul li a:hover {

}
.sf_content {
border-left: 1px solid #59613C;
border-top: 1px solid #59613C;
}
.sf_footer {
background-color: #59613C;
color: #999;
}

.sf_pagetitle {

}

.sf_banner a:link, .sf_banner a:visited {
color: #999;
text-decoration: underline;
}
.sf_banner a:hover {
color: #000;
text-decoration: none;
}

/**
* -------------------------------
* @section DBNow
* -------------------------------
*/

.Data_Central_color7 {
background-color:#95b3ac;
color:#000;
}

.Data_Central_color1 {
background-color:#BACCC8;
color:#000;
}

.Data_Central_color2 {
background-color:#d2d2d2;
}

.Data_Central_color3 {
background-color:#e0e0e0;
}

.Data_Central_color6 {
background-color:#f0f0f0;
}

.Data_Central_color4 {
background-color:#ffffff;
}

.Data_Central_color5 {
border-color:#f0f0f0;
}

jon19870
jon19870's picture
User offline. Last seen 22 weeks 6 days ago. Offline
rank Enthusiast
Enthusiast
Timezone: GMT+1
Joined: 2007-01-05
Posts: 195
Points: 194

In your stylesheet called

In your stylesheet called custom.css.

Change

.sf_footer {
background-color:#59613C;
color:#999999;
}

to...

.sf_footer {
background-color:#CCCCCC;
color:#999999;
}

goarmy
goarmy's picture
User offline. Last seen 1 year 23 weeks ago. Offline
newbie
Timezone: GMT-7
Joined: 2010-08-31
Posts: 3
Points: 4

CSS-color

Hi there,

Thanks for the response. I tried to follow those changes on the color but whats happening now is the whole background is turning green.

I am still stuck with the green strip at the bottom of the homepage.

Please advise.

Deuce
Deuce's picture
User offline. Last seen 3 days 1 hour ago. Offline
rank Guru
Guru
Timezone: GMT-6
Joined: 2005-11-20
Posts: 4416
Points: 1835

Well, there is no way that is

Well, there is no way that is possible, so you must have changed the background-color value on the wrong element.

all ยป http://dictionary.reference.com/browse/all

Google isn't a bunch of guys reading and grading web sites, it's more like a bunch of monkeys sniffing food and putting the good bananas at the top. -Triumph

CupidsToejam
CupidsToejam's picture
User offline. Last seen 2 weeks 23 hours ago. Offline
rank Guru
Guru
Timezone: GMT-6
Joined: 2008-08-15
Posts: 2634
Points: 1552

jon19870 has explained what

jon19870 has explained what to do to change the color from green to #cccccc. Look for a class called .sf_footer, and simply change the background color to #cccccc. But this class isnt in custom.css. Its located in color_1 css file.


First basic few steps in building a webpage
1. Gather and collect content.
2. Organize the content into meaningful semantic valid HTML
3. Design the prototype
4. Style using CSS

http://www.pixelbehavior.com

goarmy
goarmy's picture
User offline. Last seen 1 year 23 weeks ago. Offline
newbie
Timezone: GMT-7
Joined: 2010-08-31
Posts: 3
Points: 4

color_1 css file? Im totally

color_1 css file? Im totally lost. Here is the copy of the code I edited.

Im a newbie to this CSS stuff so I dont have a clue.

Here is what I have below. Im not sure

body {
color:#000;
background-color: #59613c;
}
a:link, a:visited {
color: #59613C;
}

a:hover {
color: #000;
}
.sf_outer_wrapper {

}

.sf_wrapper {
position: relative;
background-image: url(images/bg_1.gif);
background-color: #fbfffe;
}

.sf_navigation_top {

}

.sf_header_wrapper {
background-image: url(images/header_1.jpg);
}

.sf_extra2 {

}

.sf_extra4 {

}

.sf_extra10 {

}

.sf_extra10 span {

}

.sf_main_header {
color: #3d422a;
}

.sf_sub_header {

}

.sf_navigation {
border-left: 1px solid #59613C;
border-right: 1px solid #59613C;
border-top: 5px solid #59613c;
border-bottom: 5px solid #59613c;
background-color: #f2faf8;
background-image: url(images/sidebar_1.jpg);
}

.sf_navigation ul {

}

.sf_navigation ul li {
border-bottom: 1px solid #59613C;
}

.sf_navigation ul li.sf_last_nav_item {

}

.sf_navigation ul li a, .sf_navigation ul li a:visited {
background-image: url(images/bttn_bg_1.gif);
}

.sf_navigation ul li a:hover {

}
.sf_content {
border-left: 1px solid #59613C;
border-top: 1px solid #59613C;
}
.sf_footer {
background-color: #CCCCCC;
color: #999;
}

.sf_pagetitle {

}

.sf_banner a:link, .sf_banner a:visited {
color: #999;
text-decoration: underline;
}
.sf_banner a:hover {
color: #000;
text-decoration: none;
}

/**
* -------------------------------
* @section DBNow
* -------------------------------
*/

.Data_Central_color7 {
background-color:#95b3ac;
color:#000;
}

.Data_Central_color1 {
background-color:#BACCC8;
color:#000;
}

.Data_Central_color2 {
background-color:#d2d2d2;
}

.Data_Central_color3 {
background-color:#e0e0e0;
}

.Data_Central_color6 {
background-color:#f0f0f0;
}

.Data_Central_color4 {
background-color:#ffffff;
}

.Data_Central_color5 {
border-color:#f0f0f0;
}

CupidsToejam
CupidsToejam's picture
User offline. Last seen 2 weeks 23 hours ago. Offline
rank Guru
Guru
Timezone: GMT-6
Joined: 2008-08-15
Posts: 2634
Points: 1552

You have three style sheets

You have three style sheets links to this page. Edit the color_1 css file as explained above.

    <link rel='stylesheet' type='text/css' id='theme.css' href='theme.css?1477211795' />
    <link rel='stylesheet' type='text/css' id='color_1.css' href='color_1.css?1477211795' />
    <link rel='stylesheet' type='text/css' id='custom.css' href='custom.css?1477211795' />

If you still dont understand what we're talking about, you'll need to teach yourself html and css, or have somebody make changes for you.


First basic few steps in building a webpage
1. Gather and collect content.
2. Organize the content into meaningful semantic valid HTML
3. Design the prototype
4. Style using CSS

http://www.pixelbehavior.com