I don’t want the Question Titles in the Sidebar in bold.
Where can i change this?
you can see it: zombicide.de
1 Answers
To resolve this issue, you can add the following code to the style.css file:
.dwqa-widget .question-title { font-weight: normal; }
Hope this helps !
Please login or Register to submit your answer