• Resolved kabbalisticvillage

    (@kabbalisticvillage)


    I searched but didn’t really understand how to do it. Any help would be great. Amazing plugin btw just the text is to small. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support kenil802

    (@kenil802)

    Hi @kabbalisticvillage,

    Sorry for the delay in response.

    Regarding the query, could you please try adding the bellow code and then check whether it works or not.

    Code:

    
    /**
     * Add this code snippet in functions.php file of your currently active theme.
     */
    function example_serif_font_and_large_address() {
        ?>
        <style>	
                #page {
                    font-size: 1em;
                    font-family: Georgia, serif;
                }
                
                .order-addresses address {
                    font-size: 2.5em;
                    line-height: 125%;
                }
        </style>
        <?php
    }
    add_action( 'wcdn_head', 'example_serif_font_and_large_address', 20 ); 
    

    Please let us know how it goes.

    Regards,
    Kenil Shah

    • This reply was modified 4 years, 7 months ago by Yui.
    • This reply was modified 4 years, 7 months ago by Yui. Reason: please use CODE button for proper formatting

    This worked, excellent!!

    • This reply was modified 4 years, 5 months ago by laurameeks.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to increase font size of the whole invoice?’ is closed to new replies.