Comments TakeAPicSeb started the conversationFebruary 23, 2021 at 3:38pmHi,I would like to use a text as logo, instead of an image, to improve page loading and because i just use text in my logo ^^My question is : Is there a way to split in two lines a textual logo ?Thanks in advance 2,963Andrew repliedFebruary 23, 2021 at 6:28pmHi There,I am afraid, this is not possible at the moment.Thanks.TakeAPicSeb repliedFebruary 24, 2021 at 11:23amI found a solution, simply add this code in functions.php file : function wp_hook_footer_js() { ?> <script> var logo=document.getElementById('logo'); logo.innerHTML="First Row></br>Second Row"; </script> <?php } add_action('wp_footer', 'wp_hook_footer_js'); 2,963Andrew repliedFebruary 24, 2021 at 12:18pmHi there,Glad you found the solutions and thank you for sharing with us.Thank you. Sign in to reply ...
Hi,
I would like to use a text as logo, instead of an image, to improve page loading and because i just use text in my logo ^^
My question is : Is there a way to split in two lines a textual logo ?
Thanks in advance
Hi There,
I am afraid, this is not possible at the moment.
Thanks.
I found a solution, simply add this code in functions.php file :
Hi there,
Glad you found the solutions and thank you for sharing with us.
Thank you.