Jump to content

Background colors


Recommended Posts

1.5.6.1

I can`t find these color/css:

1. Which css to change background color in the hole footer area on FO?

2. Which css to change background color were the text is "Contact our hotline"?

 

-Arild-

 

 

 

Link to comment
Share on other sites

Thank you Paul, the footer looks great now.

Do you also now how to change backgroundcolor in the right colomn where it says "contact our hotline...". I have this module activated, but can`t find how to change color in that small area where the text is.

Link to comment
Share on other sites

1.5.6.1

In case some others want to change the backgroundcolor in this field, I did the following:

In "blockcontact.css" I changed line 36 to "background: #480000". That was all.

-Arild-

Link to comment
Share on other sites

hey, it's not in blockcontact.css ?

#contact_block a {
display: block;
margin-left: 60px;
padding: 6px 8px;
font: bold 10px Arial,Verdana,sans-serif;
color: #fff;
text-shadow: 0 -1px 0 #000;
text-transform: uppercase;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: url(images/bloc_contact_a_bg.png) repeat-x 0 0 #000;
}

background is an image 

Link to comment
Share on other sites

×
×
  • Create New...