Home › Support Forums › Theme Support › Pinboard › Background bar in the slider: Change the opacity? › Reply To: Background bar in the slider: Change the opacity?
RyanErdmann
Participant
You can add this CSS to the Custom CSS section in Theme Options:
#slider .entry-title a {
background-color: rgba(0,0,0,.6);
font-weight: 500;
}