Charlesf 3 Posted October 8 (edited) I am using some simple custom CSS to control the color of the Nav links. It works perfectly in the editor -- but not with the site. I emptied the cache., etc... to no avail. The site Nav would not display the "Donate" text in white. Am I missing something? /* donate nav link */ #main-navigation li:nth-of-type(6) a:link { color: #FFFFFF !important; text-decoration: none; text-align: center; margin-left: 30px; margin-right: 30px; padding: 14px 20px !important; border: 1px hidden white; -webkit-border-radius: 10px; -moz-border-radius: 1opx; border-radius: 10px; background-color: #FF7D41; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; display: inline-block; } #main-navigation li:nth-of-type(6) a:hover, a:active { background-color: rgba(255, 246, 249, 0.9); color: #FF7D41 !important; text-decoration: none; text-align: center; font-weight: bold; display: inline-block; } Edited October 8 by cfournier Correct post tittle Share this post Link to post
tuanphan 6,145 Posted October 8 @Charlesf You should share site url to check. Difficult to help with only screenshot/code Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
Charlesf 3 Posted October 10 Here is the site: www.t1df.org. It displays very nicely in the site editor but not in a browser. The actual implementation of the custom CSS code fails to override the default color for the Donate link/nav element. I have also noticed that the Commerce page isn't always loading products properly (bizarre behavior when you select a product--i.e. product box moves on the page instead of opening the product window). That seems to be a broader backend issue. Finally, the checkout page does not use the design elements of the custom 404 page I created. This is very frustrating. One of the key reasons I selected the Five Template was its supposed integration with the Commerce module. This is not happening. The Commerce module still seems half-backed / beta. Back to the issue at and here: custom CSS implementation to override the color of a link. Any suggestion? Share this post Link to post
tuanphan 6,145 Posted October 10 I see donate text is white... Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
Charlesf 3 Posted October 11 (edited) You're right. I simply forgot to empty the cache, delete site data from Chrome. Duh! Thank you @tuanphan for checking! Edited October 11 by Charlesf Share this post Link to post