Aishwarya Posted December 14, 2020 Share Posted December 14, 2020 (edited) 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 Edited December 14, 2020 by Aishwarya Beyondspace 1 Link to comment
Beyondspace Posted December 14, 2020 Share Posted December 14, 2020 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> tuanphan and Aishwarya 1 1 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 pluginIf 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
Aishwarya Posted December 15, 2020 Author Share Posted December 15, 2020 13 hours ago, bangank36 said: 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> Thank you so much!!! Beyondspace 1 Link to comment
tuanphan Posted December 20, 2020 Share Posted December 20, 2020 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment