jlama Posted May 19, 2020 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 comment
ChrisBartow Posted May 20, 2020 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 comment
jlama Posted May 20, 2020 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 comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.