1000Watts Posted May 8 Share Posted May 8 Hello, On my client's site title, SHANA HAGAN, ASC she would like the ASC at the end of her name smaller than the font size of her full name. I was wondering if this is possible? Image below of the site. site: https://bear-pufferfish-gsl3.squarespace.com/config/ Thank you so much for your help! Natalee Link to comment
tuanphan Posted May 10 Share Posted May 10 What is password? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Solution tuanphan Posted May 12 Solution Share Posted May 12 On 5/10/2024 at 10:46 PM, 1000Watts said: Password is IRIS. Thank you! You can use this code to Website > Website Tools > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function(){ $("a#site-title").each(function() { $(this).html($(this).html().replace(/ASC/g, "<span>ASC</span>")); }); }); </script> <style> a#site-title span { font-size: 14px; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
1000Watts Posted May 13 Author Share Posted May 13 Thank you SO MUCH tuanphan! I appreciate your expertise. 🙂 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment