Jump to content

Help please with 1.6.0.8 footer css


Recommended Posts

Hi,

I hope someone can help me out with some changes I'm trying to make to my footer. I think everything I require is css changes. I've attached a photo to explain what I'm trying to do:

 

a) Categories Information My Account - the links below each column appear blurred and it looks like the font has a shadow, but I can't work out how to remove the shadow!

 

b ) The column header My Account is white and changes to red on hover. I would like it to have no hover colour and just be red to match the other column headers.

 

c) Well, I changed the footer background colour with no problems, but now I want to change the background colour of the grey bar that contains the newsletter signup and social follow us section from grey. But I just can't work out where it is - been looking in global.css for it.

 

d) Finally, I also want to change the background colour grey of the tick icon in the Custom CSS Block.

 

Well, I guess this is basic stuff, but it has stumped me so if anyone could help me with it, I would be grateful.

 

Thanks in advance.

 

yc-footer-1.png

post-824494-0-54495300-1407504183_thumb.png

Link to comment
Share on other sites

1 topic = 1 question see forum rules :-)

 

1) icon gray,

global.css line 7935

#cmsinfo_block em {
float: left;
width: 60px;
height: 60px;
margin: 3px 10px 0 0;
font-size: 30px;
color: white;
line-height: 60px;
text-align: center;
background: #6f6d6d;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

change backgrund param


2) change gray bar in footer

change image color: /themes/default-bootstrap/img/footer-bg.png

Link to comment
Share on other sites

1 topic = 1 question see forum rules :-)

 

1) icon gray,

global.css line 7935

#cmsinfo_block em {
float: left;
width: 60px;
height: 60px;
margin: 3px 10px 0 0;
font-size: 30px;
color: white;
line-height: 60px;
text-align: center;
background: #6f6d6d;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

change backgrund param

2) change gray bar in footer

change image color: /themes/default-bootstrap/img/footer-bg.png

Thanks for your help vekia. Just what I needed. Apologies for posting more than one question. Regards, Chris

Link to comment
Share on other sites

  • 3 months later...
  • 2 weeks later...
×
×
  • Create New...