# CSS to darken the hover colour in a MCQ type question

**URL:** https://community.surveysparrow.com/t/css-to-darken-the-hover-colour-in-a-mcq-type-question/3289
**Category:** CSS Knowledge Bonanza! 🕺
**Created:** [April 19, 2023, 11:15am UTC](https://community.surveysparrow.com/t/css-to-darken-the-hover-colour-in-a-mcq-type-question/3289 "2023-04-19T11:15:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Venkata\_Abhijith](https://avatars.discourse-cdn.com/v4/letter/v/cab0a1/32.png) [@Venkata\_Abhijith](https://community.surveysparrow.com/u/Venkata_Abhijith)
#### Post date: [April 19, 2023, 11:15am UTC](https://community.surveysparrow.com/t/css-to-darken-the-hover-colour-in-a-mcq-type-question/3289/1 "2023-04-19T11:15:59Z")

</div>

CSS to darken the hover colour in a MCQ type question:

.ss-answer-option--bg:hover, .ss-answer-option--bg:focus {  
background-color: rgba(205, 231, 207, 0.4);  
}

 ![Screenshot 2023-04-19 at 4.45.31 PM](https://europe1.discourse-cdn.com/flex013/uploads/surveysparrow1/original/1X/372fff69227d0232aeab1afa419ad927f5573933.png)

 ![Screenshot 2023-04-19 at 4.45.24 PM](https://europe1.discourse-cdn.com/flex013/uploads/surveysparrow1/original/1X/4a15172c6429276daa170a12b81bfad6e68db25e.png)
