Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Shopping Cart Total Underscored

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 02-16-2010, 05:04 AM
 
greyseal greyseal is offline
 

Member
  
Join Date: Apr 2009
Location: Northern N.J.
Posts: 10
 

Default Shopping Cart Total Underscored

If you place an item in my cart, a box on the right side of the page appears "Your cart" with "Items" and "Total" listed. The amount listed next to the word Total is underscored and makes it difficult to read the number.
How do I get rid of the underscoring?

GreySeal52
__________________
XCZC-XUBX-UDZE-BZEF
X-Cart 4.3.0
New Jersey, USA
Reply With Quote
  #2  
Old 02-16-2010, 08:11 AM
 
jdiehl jdiehl is offline
 

eXpert
  
Join Date: Dec 2003
Location: Kansas City, MO
Posts: 270
 

Default Re: Shopping Cart Total Underscored

If you inspect the element with Google Chrome, or some other development tool you should notice that the total is surrounded by a span class by default. The span is going to look something like this:

<span class="help-link" onmouseover="javascript: viewTooltip(this, 'Order subtotal does not cover discounts and extra costs like shipping charges, etc. The final cost of the order will be calculated at the checkout page.');">

So you can remove it in a couple of ways. You could open the relevant mini cart templates and remove this all together so that you don't get the little tooltip thing popping up. Or you can look through your main.css file and find:

.help-link {
border-bottom: 1px dashed black;

And either remove the border bottom, or change it to solid, or change the color to a grey so it's not as prominent, or however you'd like to improve the CSS to make it more to your liking.
__________________
Jason Diehl

Finding Cures for Your Online Headaches: http://www.internetmedicineman.com/
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:15 AM.

   

 
X-Cart forums © 2001-2020