tuanphan Posted August 12 Share Posted August 12 To change the color of Text Links inside the Dropdown on One Page Squarespace, you can use CSS code with these steps. If you can't make it work, you can send link to page, I will check again. #1. Suppose we have a Dropdown with these items. And we need to change the Color of the links: Blog 2, Store 2 on the Projects Page. #2. Find ID of Projects Page. In my example, we will have #collection-6673f2adc8fa10164075f71b #3. You need to know this #4. Use this code to Custom CSS box #collection-6673f2adc8fa10164075f71b { div.header-nav-item:nth-child(6) { div.header-nav-folder-item:nth-child(2) a, div.header-nav-folder-item:nth-child(3) a { color: #fff !important; } } } #5. Result Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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