DISQUS

The Disqus Blog: Changing the color of the disqus Widgets

  • Daniel Ha · 1 year ago
    Yes, it's customizable with CSS. Are you familiar with CSS?
  • Ben Borges · 1 year ago
    not a pro, but i can generaly do what i need to do..just need some tips to get started, any chance ?
  • Ben Borges · 1 year ago
    any place i can find the CSS code to start with ? you can see the widget on the right bar of my website, i want to change the background color mainly, the rest could be OK :) www.buzzworkers.com
  • Daniel Ha · 1 year ago
    Yes, we are working on the documentation for this. Are you using
    Firefox?
  • Ben Borges · 1 year ago
    yes i'am :)
  • Daniel Ha · 1 year ago
    I recommend using the Firebug extension to explore the various classes of the widget.

    What are you trying to modify?
  • Ben Borges · 1 year ago
    @work so i can't put firebug here, nut i will try this at home, i'm trying to change the background color of the widgets to match the sidebar of www.buzzworkers.com
  • Daniel Ha · 1 year ago
    Here's the CSS:

    #dsq-combo-widget.grey #dsq-combo-content .dsq-combo-box {
    background:#191919 !important;
    }

    #dsq-combo-widget.grey #dsq-combo-tabs li {
    background:#191919 !important;
    }

    #dsq-combo-widget.grey #dsq-combo-tabs li.dsq-active {
    background:#999999 !important;
    }
  • Ben Borges · 1 year ago
    Well now it's perfect , i just got totally in love with Disqus now !