Footer Font Size?
-
Hi guys, I would like to keep using the default template for the invoice and just make the footer font size slightly bigger. I’ve tried to add html to the footer field (under the General tab), and also tried to add the following code:
function invoice_footer_font_size() {
?>
<style>
.order-colophon {
font-size: 1.2em;
}
</style>
<?php
}
add_action( 'wcdn_head', 'invoice_footer_font_size', 20 );But no luck…when I make changes, I check under the template preview (under Template tab) and the footer’s font doesn’t change..
Could you help me with that, please?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Footer Font Size?’ is closed to new replies.