Jump to content

I want to add a subheading to my site title that states "A Division of Francis NY Plastic Surgery"

Recommended Posts

<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
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>

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.