css - Responsive text to small on revolution slider -


i using revolution slider on wordpress in order showcase client testimonials pulling posts. when gets smaller screens responsive text becomes small , don't want hide when gets smaller screens. other people having similar issues , having add custom css. added media query works other elements (adding blue background testing) not text size. it's being ignored. code added.

@media (max-width: 400px){   #responsive-text {     background-color:blue;     font-size:21px !important;   } } 

i not sure if targeting wrong thing since pulling posts have tried targeting multiple things without success. here link page slider located. appreciated, thank you!

http://jordandesignbuildgroup.com/jdbg2015/about/


Comments