Joekelly44 Posted January 6 Share Posted January 6 <script> a#site-title:after { content: "A Division of Francis NY Plastic Surgery"; display: block; font-size: 20px; color: green; font-family: monospace; } </script> this is what i have for code but it's not working Link to comment
Web_Solutions Posted January 7 Share Posted January 7 19 hours ago, Joekelly44 said: <script> a#site-title:after { content: "A Division of Francis NY Plastic Surgery"; display: block; font-size: 20px; color: green; font-family: monospace; } </script> this is what i have for code but it's not working You have mistake on the code. Here is the right code. Please replace the code with the code below. Also if you share your website URL then it will be easer to check. <style> a#site-title:after { content: "A Division of Francis NY Plastic Surgery"; display: block; font-size: 20px; color: green; font-family: monospace; } </style> tuanphan 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. 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