Arh Posted March 10, 2014 Share Posted March 10, 2014 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 More sharing options...
Paulito Posted March 10, 2014 Share Posted March 10, 2014 Good morning In global.css find this: #footer { color: #fff; background: #333 (change this colour) } Paul Link to comment Share on other sites More sharing options...
Arh Posted March 10, 2014 Author Share Posted March 10, 2014 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 More sharing options...
Arh Posted March 10, 2014 Author Share Posted March 10, 2014 In the field "contact our..." it is a ".png". I am not 100% sure, but it seems to me that I have to change the colors of "bloc_contact_a_bg.png" by changing this image. -Arild- Link to comment Share on other sites More sharing options...
Arh Posted March 10, 2014 Author Share Posted March 10, 2014 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 More sharing options...
vekia Posted March 10, 2014 Share Posted March 10, 2014 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 More sharing options...
Arh Posted March 10, 2014 Author Share Posted March 10, 2014 Yes, background is an image and that confused me. I replaced the image with "background:#xxxxxx". It seems to work just fine. Link to comment Share on other sites More sharing options...
Recommended Posts