Posted - 10/01/2020 : 06:48:16
Still working at cleaning up my css.
On my product page, [url]https://www.decorativepaintingstore.com/products.php?cat=Susan+Kelley[/url] I'm trying to style the Discount info in each of the products on my Product page. I've got this added to my ect.css (my style.css)...
div.allproddiscounts{ font-size: 16px; color:crimson; width:100%; clear:both; float:left; text-align:center; display:block; }
/* DISCOUNTS APPLY HEADING*/ span.discountsapply{ font-size: 16px; color:crimson; width:100%; clear:both; text-align:center; padding-top: 10px; } /* ACTUAL DISCOUNT TEXT */ div.proddiscounts{ font-size: 14px; color:royalblue; width:100%; clear:both float:left; text-align:center; }
I removed this product display line from my includes.php file.
//$GLOBALS['useproductbodyformat']=2;
But I cannot get the text color to change from the orange color what is set up in the css/ectstyleproduct2.css.
Suggestions please?
Edited by - sharonchinn on 10/01/2020 06:55:20
|