Zen Follower
- Join Date:
- May 2016
- Location:
- Ohio
- Posts:
- 422
- Plugin Contributions:
- 0
Views: 549
Zen Follower
Totally Zenned
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.
Zen Follower
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>Zen Follower
Update: I was able to fix it by adding this to the CSS Stylesheet:
#seProductsHeading, #seTotalHeading, .bold, .cartTotalDisplay bold {
background-color: #f7f7db;
}
Tell staff why this post should be reviewed.