superecignumber1 Posted January 15, 2014 Share Posted January 15, 2014 Hey guy, I having issues changing colors on certain parts of the shopping cart feature.I'm guessing it is in gobal.css or usercartblock.css ......I've been trying to change these colors for hours with no luck. Please tell me exactly how to change each location, and where the file is located to do so.I am attaching screen shots of the problem areas. These 3 pictures show the how I currently have the opposite color in play (black or white). Picture number 3, the problem areas are : The main headings ie: Account, Delivery Method, etc. The "Click here" on step 1. , and finally, the "Leave a message Section". Ever since changing the background color, I've been struggling to switch everything over properly. This seems like it might just be a couple things - but I've been searching and going at this for hours. HELP. lolThanks in advance!! Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 15, 2014 Author Share Posted January 15, 2014 PS : I tried to edit the following and saw no color changes.... /* ************************************************************************************************ BREADCRUMB ************************************************************************************************ */ .breadcrumb { margin-bottom:10px; color:#ffffff!important; font-size:12px } .breadcrumb .navigation-pipe {margin:0 3px 0 5px} .breadcrumb img { position:relative; top:5px (I also tried utilizing " .breadcrumb a {color:white;} " Still nothing. I look forward to your responses..... !!!! Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 15, 2014 Author Share Posted January 15, 2014 Sorry to chain - post .... but if it helps, my site is www.ciggiez.com I'm sooo lost. lol Been going at this far too long tonight..... Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 15, 2014 Author Share Posted January 15, 2014 Bump. Link to comment Share on other sites More sharing options...
vekia Posted January 15, 2014 Share Posted January 15, 2014 to change cart block font color use this code: #shopping_cart a, #shopping_cart span {color:black;} Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 15, 2014 Author Share Posted January 15, 2014 Thank you very much - been anxious for an answer all day. What exact file & location? Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 15, 2014 Author Share Posted January 15, 2014 update: I tried adding that to /modules/blockuserinfo/blockuserinfo.css with no luck. Also tried global.cssI'm not sure. Can you please take a quick look at my site & tell me where to stick that code ?I've been able to build the site all the up until now - but I'm stuck. Link to comment Share on other sites More sharing options...
vekia Posted January 16, 2014 Share Posted January 16, 2014 your shop uses ccc for css files, turn this option on under adv. paramters > performance tab then css files will be recompiled and you will see changes. Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 16, 2014 Author Share Posted January 16, 2014 I thought I had it figured out ...(also tried cartblock.css) Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 16, 2014 Author Share Posted January 16, 2014 your shop uses ccc for css files, turn this option on under adv. paramters > performance tab then css files will be recompiled and you will see changes. CCC was already enabled for javascript and for css Link to comment Share on other sites More sharing options...
vekia Posted January 16, 2014 Share Posted January 16, 2014 this is why i said that you have to turn it off. Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 16, 2014 Author Share Posted January 16, 2014 however, at the bottom should I select "Use Cache:? if so, which caching system? Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 16, 2014 Author Share Posted January 16, 2014 this is why i said that you have to turn it off. Oh, u accidentally typed "On" I refreshed after this and still haven't noticed any changes....and I've been messing with it ALOT Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 16, 2014 Author Share Posted January 16, 2014 (edited) I've been in cartblock.css blockuserinfo.css , global.css , ....... Not sure where u wanted me to put that code.... Edited January 16, 2014 by superecignumber1 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 16, 2014 Share Posted January 16, 2014 omg my mistake sorry, it's a bit late here and i almost sleep here paste this code to the global.css file Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 16, 2014 Author Share Posted January 16, 2014 OK - that made the shopping cart drop-down panel white & not transparent (or something did) which is good. Unfortunately, the title tags on checkout steps are still black. Also - since I use white text, the description in the cart doesn't show up with the white background. (Same thing happens when simply hovering the mouse over the cart when u have items in it as well) Link to comment Share on other sites More sharing options...
vekia Posted January 16, 2014 Share Posted January 16, 2014 code that i added was related only to cart block on top right part of your shop. now it's time to modifications for other parts of website Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 16, 2014 Author Share Posted January 16, 2014 code that i added was related only to cart block on top right part of your shop. now it's time to modifications for other parts of website I've got white font instead of black font in the cart block section. Any ideas? Here's what I'm working with in global.css /* CART steps *********************************************************************** */ #shopping_cart a, #shopping_cart span {color:black;} ul#order_step { background-color: black;} ul.step { list-style-type:none; margin-bottom:30px; height:52px; width:757px } ul.step li { float:left; height:52px; width:151px; text-align:center; text-transform:uppercase; background:url(../img/step_standard.gif) no-repeat center bottom transparent } ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span { display:inline-block; padding:8px 10px 12px; color:#000; background:url(../img/step_current_span.gif) no-repeat center bottom transparent } ul.step li.step_current { font-weight:bold; background:url(../img/step_current.gif) no-repeat center bottom transparent } ul.step li.step_current_end { font-weight:bold; background:url(../img/step_end_current.gif) no-repeat center bottom transparent } ul.step li.step_todo span { display:inline-block; padding:8px 10px 6px; color:#999; text-shadow:0 1px 0 #000; background:#eee } ul.step li.step_done { font-weight:bold; background:url(../img/step_done.gif) no-repeat center bottom transparent } /*ul.step li#step_end {background:url(../img/step_end.gif) no-repeat center bottom transparent}*/ Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 16, 2014 Author Share Posted January 16, 2014 Bump for advice........anyone.....? Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 16, 2014 Author Share Posted January 16, 2014 Here are some codes from global.cssCART STEP 1 /* step 1 - cart ******************************************************************************* */ .cart_last_product {display:none} /*p.cart_navigation .multishipping-button { margin-right: 10px }*/ #order-detail-content {margin-bottom:20px} table#cart_summary th { padding:14px 12px; color:#fff; font-weight:bold; text-transform:uppercase; text-shadow:0 1px 0 #666; background:url(../img/bg_table_th.png) repeat-x 0 -15px #ccc } table#cart_summary th.cart_product {text-align:center} table#cart_summary td { padding:12px; border-right:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9; font-weight:bold; font-size:12px; vertical-align:top } table#cart_summary td.cart_delete, table#cart_summary td.price_discount_del {border-right:none;text-align: center} table#cart_summary .last_item td {border-bottom:1px solid #fff} table#cart_summary tr.cart_item.odd, table#cart_summary tr.cart_total_delivery, table#cart_summary tr.cart_total_price, table#cart_summary tr.cart_total_voucher{ background-color: #fff } table#cart_summary tr.cart_item.even { background-color: #f3f3f3 } table#cart_summary tr.customization.odd { background-color: #fff } table#cart_summary tr.customization.even { background-color: #f3f3f3 } table#cart_summary tr ul { list-style: none; } table#cart_summary .cart_product { width:80px; text-align:center }table#cart_summary tbody tr:last-child td { border-bottom: 1px solid #999; } table#cart_summary .cart_product img {border:1px solid #ccc} table#cart_summary .cart_description { width:230px; } table#cart_summary .cart_unit {width:130px;text-align: center} table#cart_summary td.cart_unit {text-align: right} table#cart_summary .cart_quantity {width:130px} table#cart_summary .customization .cart_quantity {padding: 8px 12px 0;} .cart_quantity .cart_quantity_input { float:left; margin-left: 5px; width: 20px; border:1px solid #fff } .cart_quantity .cart_quantity_button { float:left; position: relative; top: -5px } table#cart_summary .cart_total {width:120px;text-align: center} table#cart_summary td.cart_total {text-align: right} table#cart_summary .cart_delete { width:64px; text-align:center } table#cart_summary .cart_discount_price {text-align: right} .cart_delete a.cart_quantity_delete, a.price_discount_delete { display:inline-block; padding:1px 2px; font-size:8px; color:#666; text-transform:uppercase; text-shadow:0 1px 0 #fff; background:#ccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px } .cart_total_price .total_price_container { border-right:none; } table#cart_summary .cart_total_price td.cart_voucher { border-bottom:1px solid #999; vertical-align:middle } table#cart_summary #total_price_container { border-bottom:1px solid #999; } .cart_voucher .title_block, .cart_voucher h4 .cart_voucher p {float:left;} .cart_voucher .title_block, .cart_voucher h4 { margin-right:12px; padding:5px 0; font-size:13px } .cart_voucher p {padding-bottom:0;} .cart_voucher #display_cart_vouchers { clear:both; line-height: 20px; color:#666; padding-top:2px; font-weight:normal; border-top:1px dotted #ccc } .cart_voucher .title_offers { margin-top:15px; margin-bottom:5px } .cart_voucher #display_cart_vouchers span { font-weight:bold; cursor:pointer; } .cart_voucher input.discount_name { padding:0 5px; height:22px; width:170px;/* 180 */ border:1px solid #ccc; font-weight:normal; background:url(../img/bg_discount_name.png) repeat-x 0 0 #fff } .cart_voucher .submit input.button { margin-left:2px; padding:2px; height:24px; border:1px solid #000; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; color:#fff; text-transform:uppercase; text-shadow:0 -1px 0 #333; background:url(../img/bg_cart_voucher_submit.png) repeat-x 0 0 #000 } #cart_summary .price { border-right:none; text-align: right; white-space: nowrap; } .total_price_container p {text-align: left} table#cart_summary .cart_total_price .total_price_container { padding:0; border-bottom:1px solid #999; border-right:1px solid #999; } .cart_total_price .total_price_container p { display:block; padding:8px; font-weight:bold; color:#fff; text-transform:uppercase; background:#333 } .cart_total_price .total_price_container span { display:block; padding:15px; font-weight:bold; font-size:18px; text-align:center } #order_carrier { clear:both; margin-top:20px; border:1px solid #999; background:#fff } #order_carrier .title_block { padding:0 15px; height: 29px; font-weight: bold; line-height:29px; color:#fff; font-weight:bold; text-transform:uppercase; background:url(../img/bg_table_th.png) repeat-x 0 -10px #999 } #order_carrier span { display:block; padding:15px; font-weight:bold } .order_delivery .first_item {margin-right:35px;} .multishipping_close_container { text-align: center; } table#cart_summary .gift-icon { color: white; background: #0088CC; line-height: 20px; padding: 2px 5px; border-radius: 5px;----------------------------------------------------------------------- /* ************************************************************************************************ express checkout ************************************************************************************************ */ #new_account_form {clear:both;margin-bottom: 20px} #new_account_form h3 { margin-bottom:20px; padding:8px; border-bottom:1px solid #ccc; font-weight:bold; font-size:12px; color:#fff; text-transform:uppercase; background:url(../img/bg_form_h3.png) repeat-x 0 0 #989898 } #center_column #new_account_form p { margin:0; padding:0 0 10px 0 } #new_account_form p.required {color:#222} #new_account_form p.required sup {color:#990000} #new_account_form p.radio span, #new_account_form p.text label, #new_account_form p.password label, #new_account_form p.select label, #new_account_form p.select span, #new_account_form p.textarea label { display: inline-block; padding: 6px 15px; width: 230px; font-size: 14px; text-align: right } #new_account_form p.radio label { float:none; padding-right:10px; width:auto; font-size:14px; } #new_account_form p.checkbox label { float: none; width: auto; font-size: 12px; } #new_account_form p.text input, #new_account_form p.password input, #new_account_form p.select input { height:22px; padding:0 5px; width:360px; border:1px solid #ccc; font-size:12px; color:#666 } #new_account_form p.checkbox input {margin-left: 260px;} #new_account_form #submitGuestAccount {float: right} Someone......Anyone..... I don't know anything about this stuff, and I need my site checkout flowing smooth. please please please ty ty ty Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 16, 2014 Author Share Posted January 16, 2014 I'm still stuck. ^^^^^^^^^^ Anybody? Link to comment Share on other sites More sharing options...
jaybarges Posted March 2, 2014 Share Posted March 2, 2014 I share your pain brother ..... I have text on my checkout page that are the same color as the background they reside on ..... making it impossible for customers to see. awaiting a response as well ...... not to hijack your thread but I need to know how to edit text color in the following blocks : td.cart_voucher#cart_voucher tdtd.hideTDa#openloginformblockdiv#fancybox-content div.added-msg Im sure you can use this info as well. Link to comment Share on other sites More sharing options...
Recommended Posts