exposeclothing Posted September 25, 2014 Share Posted September 25, 2014 Hey presta folks, can anyone please give me a headsup on where i can find a particular code, Im using firebug, and it shows me where the breadcrumb in general is, and as you can see, iv managed to change the background, and border of the breadcrumb, (For anyone looking to find where, theme/css/golbal.css around line 6716) but theres this little dimond shape, when i go to inspect it with firebug, it doesnt allow me to focus on that one shape, it either shows me the breadcrumb before/ home / after coding, plus i found the right place to even edit the little home symbol, but i still cannot manage to alter that little dimond shaped light colour. can someone please advise me on where i can find the code to change this colour? Link to comment Share on other sites More sharing options...
exposeclothing Posted September 25, 2014 Author Share Posted September 25, 2014 Also, iv managed to change my background of the store, aswell as add an image to the background of the product list by adding a background to line ol, ul but now it shows up behind the pagination links, and view options, aswell as in the footer. How can i make these areas transparent? Link to comment Share on other sites More sharing options...
vekia Posted September 25, 2014 Share Posted September 25, 2014 let's clarify something, you're reffering to: ? 1 Link to comment Share on other sites More sharing options...
exposeclothing Posted September 25, 2014 Author Share Posted September 25, 2014 (edited) yep, thats the one http://www.exposeclothing.com.au/index.php?id_product=3&controller=product Edited September 25, 2014 by exposeclothing (see edit history) Link to comment Share on other sites More sharing options...
pel024 Posted September 26, 2014 Share Posted September 26, 2014 Hi - For the breadcrumb issue you need to edit .breadcrumb a:after on line 6755 of global.css (background-color: #040404). For the background image issue, adding the image to ol, ul causes it to show up on all ul elements. Where exactly do you want it to appear? Do you just want it on the subcategories and product list like the following: 1 Link to comment Share on other sites More sharing options...
exposeclothing Posted September 26, 2014 Author Share Posted September 26, 2014 Hi - For the breadcrumb issue you need to edit .breadcrumb a:after on line 6755 of global.css (background-color: #040404). For the background image issue, adding the image to ol, ul causes it to show up on all ul elements. Where exactly do you want it to appear? Do you just want it on the subcategories and product list like the following: Thankyou so very much for that. Also yes what you show in the image is exactly what i was after. For the time being i removed the background from the ul, ol lines, as i see thats where i have obviously gone wrong... Link to comment Share on other sites More sharing options...
pel024 Posted September 26, 2014 Share Posted September 26, 2014 OK so in that case just add the background image to #subcategories ul in category.css line 49 and add the following to global.css: .product_list grid row { background-image: your_background_img.jpg } That should do it. Link to comment Share on other sites More sharing options...
exposeclothing Posted October 2, 2014 Author Share Posted October 2, 2014 Thank-you so much for all the help, customizing the new prestashop 1.6 is good fun once you get the hang of everything Thank-you all for the assistance Link to comment Share on other sites More sharing options...
Recommended Posts