Jump to content

[SOLVED] cart_block css help needed


Recommended Posts

My first post on here. And my first time using Prestashop, which so far I really like.

I am creating my own theme. I have a fair amount of css knowledge and am using cssedit on a Mac. The X-ray facility in cssedit gives me a fair idea as to what does what in global.css but I am a bit stumped with a colour line (a background colour) around cart_block.block.exclusive.

I have spent an hour or so trying to work out what bit of css is causing this but maybe someone out there can save me some time finding it.

Thanks

Francis

Link to comment
Share on other sites

I think that it is what you want.

div.exclusive .block_content {
background:#BDC2C9 url(../img/block_exclusive_bg.jpg) repeat-x scroll left bottom;
border-left:1px solid #595A5E;
border-right:1px solid #595A5E;
}

Link to comment
Share on other sites

Thanks Blacksand. I was pretty much in the right place. That bit's all sorted now. Apologies for not acknowledging your reply sooner

Maybe you could help with anogther query I've just posted "css control of “login” font colour and background image/colour of product listing - ajax? "

F

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...