Zen Cart Logo
Forums / General Questions / Custom graphics affecting visibility of fonts

Custom graphics affecting visibility of fonts

Views: 549

Results 1 to 4 of 4
6 Jun 2016, 5:11 AM
#1
jmberman avatar

jmberman

Zen Follower

Join Date:
May 2016
Location:
Ohio
Posts:
422
Plugin Contributions:
0

Custom graphics affecting visibility of fonts

Anyone know how I can affect just the table row background colors so these fonts/prices can be more easily read?
Attachment 16402

6 Jun 2016, 6:42 AM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,772
Plugin Contributions:
9

Re: Custom graphics affecting visibility of fonts

In the case of working out problems on this forum, a picture is not worth a 1,000 words. We need the words asked for in the posting tips. Like version, and a link to your site as a very minimum.
Plus, are you trying to match the backgrounds, change the fonts, change opacity, etc.
All those can be controlled with a stylesheet but, even then, we would need to know which version of Zen Cart to point you in the right direction.

6 Jun 2016, 8:40 AM
#3
jmberman avatar

jmberman

Zen Follower

Join Date:
May 2016
Location:
Ohio
Posts:
422
Plugin Contributions:
0

Re: Custom graphics affecting visibility of fonts

Sorry about that, I am using 1.5.4, this is the shipping popup window of the classic template, when you add something to cart and click estimate shipping, this popup window is created... I just want to change the table row backgrounds to a light color so the font can be read...

The source shows:

<tr> <td colspan="2" class="seDisplayedAddressLabel"> Shipping quotes are based on the address information you selected:<br /> <span class="seDisplayedAddressInfo"> United States</span> </td> </tr> <tr> <th scope="col" id="seProductsHeading">Available Shipping Methods</th> <th scope="col" id="seTotalHeading">Rates</th> </tr> <tr class=""> <td class="bold">Zone Rates (Shipping to US)</td> <td class="cartTotalDisplay bold">$5.20</td> </tr>
6 Jun 2016, 8:52 AM
#4
jmberman avatar

jmberman

Zen Follower

Join Date:
May 2016
Location:
Ohio
Posts:
422
Plugin Contributions:
0

Re: Custom graphics affecting visibility of fonts

Update: I was able to fix it by adding this to the CSS Stylesheet:

#seProductsHeading, #seTotalHeading, .bold, .cartTotalDisplay bold {
background-color: #f7f7db;
}