francisn Posted February 2, 2010 Share Posted February 2, 2010 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 arrowThanks in advance for any help and please ignore the semi finished state of the rest of it Link to comment Share on other sites More sharing options...
Guest Posted February 3, 2010 Share Posted February 3, 2010 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 More sharing options...
francisn Posted February 3, 2010 Author Share Posted February 3, 2010 Thanks again Black Sand. Problem solved Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now