css: background color and input text
-
Hi, I’ve free version and this plug-in is awesome!! I trying to customize some field in the order detail. I’ve used thid code in general\css
.yaymail_item_subtoltal_title {
background-color: #539ba9!important;
color:#ffffff!important;
}In preview mode work fine, but if I simulate an order my code is ignored in the email I receive
At the same way I try to change via css color and size ONLY for price order amount but
without success. This is the code that I’ve used:span.woocommerce-Price-amount.amount {
color:red!important;
font-size: 16px;
}Last but not least I can’t modify quantity title input text: I want to insert “Q.tà” but every time I make a change the input text does not change.
Can you help me?
- The topic ‘css: background color and input text’ is closed to new replies.