Jump to content

Is there a way I can make my headline bio text larger without affecting the mobile view with a code?

Recommended Posts

  • Replies 3
  • Views 545
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Add the below code in Page Settings -> Advanced -> Page header code injection.

You can adjust the font size to the one you want

<style>
@media (min-width: 768px) {
    #sections > :first-child h3 {
        font-size : 40px;
    }
}
</style>

 

Screenshot 2024-03-22 at 17.39.24.png

Edited by sorca_marian
Link to comment

Don't forget to mark my questions as the solution 🙂

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.