Skip to content

Instantly share code, notes, and snippets.

@SAW4
Created August 4, 2017 21:12
Show Gist options
  • Save SAW4/e297d802b59d3125b95eb929909dc31e to your computer and use it in GitHub Desktop.
Save SAW4/e297d802b59d3125b95eb929909dc31e to your computer and use it in GitHub Desktop.
How to change disqus link color?

Tips: How to change disqus link color?

Add the following style to your head tag

<head>
...
...
  <style> 
          #disqus_thread a {       
              color: #A37C27;
          }
  </style>
...
...
@xpaco
Copy link

xpaco commented Jun 26, 2018

Thanks, man!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment