Jump to content

Changing color for two words on the homepage

Recommended Posts

8 hours ago, Aishwarya said:

Site URL: https://aishwaryabalasankar.com

I'm looking to change the font color for my name (Aishwarya Balasankar) in the intro line on the homepage of my website. I want to change it to my logo color (#FF512F). I am looking for help with coding the same

You gotta add it as "code block"

<h2>
  Hello! I’m <span style='color: #e64d4e;'>Aishwarya Balasankar</span>, UX/UI designer. I am fascinated by human behaviour and passionate about creating delightful user experiences
</h2>

image.png.6e9c193f8e743f9007785175e047e51c.png

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment

You can also use Markdown Block in this case, with syntax (## means heading 2, ### means heading 3, similar for #, ####, #####, ######)

## Hello! I’m <span style='color:#e64d4e;'>Aishwarya Balasankar</span>, UX/UI designer. I am fascinated by human behaviour and passionate about creating delightful user experiences

Markdown syntax list

With Markdown, you can format some text more easily without learning their code (bold, italic, insert links, insert images ...).

Also, I see your navigation has 2 items only (About, Contact). You can consider change Tablet Navigation Burger menu to Desktop Menu (Add this to Design > Custom CSS to achieve this)

/* Force Desktop Menu on Tablet */
@media screen and (max-width:991px) and (min-width:768px) {
.header-display-desktop {
    display: flex !important;
}
.header-display-mobile {
    display: none !important;
}
.header-burger {
    display: none;
}
.header-title-nav-wrapper {
    flex: 1 0 100% !important;
}
.header-nav {
    display: flex !important;
    width: 70% !important;
    flex: 1 1 70% !important;
}
.header-title {
    flex: 1 0 70% !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.