nuchie1 Posted July 8, 2010 Share Posted July 8, 2010 I want to change the color of the fonts "your account, cart, home and your shopping cart". Can someone help? Link to comment Share on other sites More sharing options...
Stаn Posted July 8, 2010 Share Posted July 8, 2010 What theme are you using? Can you post the url of the site? Link to comment Share on other sites More sharing options...
rocky Posted July 8, 2010 Share Posted July 8, 2010 Try changing line 790 (in PrestaShop v1.3.1) of css/global.css in your theme's directory: #header_user p { color: #595a5e } Link to comment Share on other sites More sharing options...
nuchie1 Posted July 8, 2010 Author Share Posted July 8, 2010 Changing line 790 only changes the 'Welcome John" not the font for "your account, cart, home and your shopping cart. My test url is www.paradisecasino.us/catholic. Here you can see in the cart or order.PHP that the text above Shopping cart summary is grey. "your account, cart, login, home>your shopping cart". I want to change these and the footers color.Thanks Link to comment Share on other sites More sharing options...
Stаn Posted July 8, 2010 Share Posted July 8, 2010 Try with the following code at the end of the css/global.css file: #your_account a, #shopping_cart a, #header_user_info a, .breadcrumb a, #block_various_links_footer a { color: #0000ff; } Link to comment Share on other sites More sharing options...
nuchie1 Posted July 9, 2010 Author Share Posted July 9, 2010 I have changed the colors of the headers except these three, the white and the grey. You can see them at http://paradisecasino.us/catholic/order.php?ipa=11.How do I change these?Thanks Link to comment Share on other sites More sharing options...
Stаn Posted July 9, 2010 Share Posted July 9, 2010 #new-products_block_right a { color: #000000; } #cart-buttons #button_order_cart, a.exclusive { background: none; background-color: #C4A57B; color: #000000 !important; } Link to comment Share on other sites More sharing options...
nuchie1 Posted July 9, 2010 Author Share Posted July 9, 2010 Thats not the ones I want to change. In the middle colum the "last added product" & "product description" are in a grey tab. I want to change the tab color. Link to comment Share on other sites More sharing options...
Stаn Posted July 9, 2010 Share Posted July 9, 2010 .cart_last_product_header, table.std thead th { background-image: none; background-color: #000; } #order div.cart_last_product .cart_last_product_header, #order div.cart_last_product .cart_last_product_header div.left { background-image: none; background-color: #000; } Link to comment Share on other sites More sharing options...
nuchie1 Posted July 9, 2010 Author Share Posted July 9, 2010 Thank you I got it to work. :-) Link to comment Share on other sites More sharing options...
rocky Posted July 9, 2010 Share Posted July 9, 2010 If your issue is resolved, please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
Recommended Posts