29-Oct-2013, 08:45 PM
Maybe this is a known issue or maybe I'm being a muppet but I cannot for the life of me get any joy out of changing the text size on the ratings field using conventional CSS like
In the end I fudged it using this:
Code:
.cmtx_rating_field {
font-size:12px;
}
.cmtx_rating {
font-size:12px;
}
In the end I fudged it using this:
Code:
div#comments select {font-size:12px;}
