j_swiss
asked 6 years ago

Hi there,
I can’t find the CSS to change the background color of the dropdown suggestion box in question & answers plugin
Please visit https://www.gozermatt.com/zermatt-faqs/ and enter the word ”  matter  ” and you will see the suggestion drop down is white text on a white background – I want to make the white bkgd #810D0D
Thank you – great plugin!

1 Answers
DominicStaff
answered 6 years ago

You can use the following code: 

.dwqa-search .dwqa-autocomplete {
    background: #810D0D;
}
j_swiss
replied 6 years ago

Thank you Dominic – that works! Now when you mouse over (hover) on a suggested answer the background is also white… How do I CSS change to the same : #810D0D background?
Cheers

j_swiss
replied 6 years ago

Thank you for your help and a tip!

Dominic Staff
replied 6 years ago

You can use the following code:
.dwqa-search .dwqa-autocomplete li.ui-state-focus, .dwqa-search .dwqa-autocomplete li:hover {
background: #810D0D;
}

Powered by DW Question & Answer Pro