Created
April 28, 2026 09:02
-
-
Save webtoffee-git/0643960b6c9ed944de380e19318f97f0 to your computer and use it in GitHub Desktop.
CSS to control the appearance of the link - By WebToffee
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .wcc-cookie-settings-link { | |
| display: inline-block; | |
| font-size: 14px; | |
| color: #0073aa; /* Adjust to match your brand color */ | |
| text-decoration: underline; | |
| cursor: pointer; | |
| margin-top: 10px; | |
| } | |
| .wcc-cookie-settings-link:hover { | |
| color: #005177; /* Darker shade for hover state */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment