How to change font size and weight in the slider caption button of Choices theme?
Unsuccessfully, I tried:
.caption-slideshow-button {
background-color: #333333;
border-color: #222222;
font-size:17px;
font-weitgh:bold;
color: #000000;
}
and
#main .caption-slideshow-button {
background-color: #333333;
border-color: #222222;
font-size:17px;
font-weitgh:bold;
color: #000000;
}














