Skip to content

Instantly share code, notes, and snippets.

@webtoffee-git
Created April 28, 2026 09:02
Show Gist options
  • Select an option

  • Save webtoffee-git/0643960b6c9ed944de380e19318f97f0 to your computer and use it in GitHub Desktop.

Select an option

Save webtoffee-git/0643960b6c9ed944de380e19318f97f0 to your computer and use it in GitHub Desktop.
CSS to control the appearance of the link - By WebToffee
.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