I can't change the font-size in the text-area of DISQUS comment system.
Tried these code by adding custom css from admin menu of Disqus, but they just don't work!
textarea {
background-image: none;
background-repeat: repeat;
border: #00A8D6 2px solid;
font-size:16px;
font-family: SolaimanLipi,'Siyam Rupali', 'Aponalohit','Droid Sans','Ubuntu',sans-serif;}
#dsq-content {font-size:16px;}
Need HELP!