Jump to content

[SOLVED] css control of "login" font colour and background image/colour of product listing - ajax?


Recommended Posts

My first use of Prestashop and I'm doing fine so far with creating my own theme.

But I'm stuck on two things and would be grateful for some help.

1. Where in css can I control the background image of the div that holds the product details (marked with red arrow on attached pic). I use cssedit andI can see from the xray facility that I should be looking for ajax_block_product. I don't know anything about ajax yet so probably need a bit of explanation of that, but also where I should find the relevant css.

2. What css should I be looking at to control the font colour of the login/logout in header_user_info and the number of products and value ajax_product_text (both marked wioth a red arrow

Thanks in advance for any help and please ignore the semi finished state of the rest of it

18126_2EdfKtBIj7QUmUcmJhtB_t

Link to comment
Share on other sites

for product list find this

ul#product_list li {
background:#D0D3D8 url(../img/block_category_item_bg.jpg) repeat-x scroll 0 0;
border:1px solid #D0D3D8;
clear:both;
height:130px;
margin-bottom:0.3em;
padding:6px;
}



and delete background.

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...