jlama 0 Share Posted May 19, 2020 Looking to keep the text on the homepage button white but orange in the other pages. Any CSS code out there for this? Link to post
0 ChrisBartow 32 Share Posted May 20, 2020 The easiest way to do this would make the button text orange by default, then on the Homepage under this under Settings -> Advanced -> Page Header Code Injection <style type="text/css"> .header-display .btn { color:white; } </style> Creating websites using Squarespace at Design by Donuts 🍩 Link to post
0 jlama 0 Author Share Posted May 20, 2020 I am using this custom css code //NAVIGATION BUTTON COLOR CHANGE .Header-nav-item[href="/lets-eat"]{ background: transparent !important; border: 2px solid #B98847 !important; color: #00000 !important;} .Header-nav-item[href="/lets-eat"]:hover { color: #9D9995 !important; } Link to post
Question
jlama 0
Looking to keep the text on the homepage button white but orange in the other pages.
Any CSS code out there for this?
Link to post
Top Posters For This Question
3
1
Popular Days
May 20
3
May 19
1
Top Posters For This Question
jlama 3 posts
ChrisBartow 1 post
Popular Days
May 20 2020
3 posts
May 19 2020
1 post
Posted Images
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment