m c
asked 8 years ago

Hello,

I want to change the closed questions icon from the lock to the tick which is the icon for the resolved questions. So I want it to show the tick icon instead of lock icon for closed questions. Which part of the code I should modify ?

Thanks

1 Answers
DominicStaff
answered 8 years ago

You can add the following code to the style.css file:

.dwqa-container .dwqa-status.status-closed:before {
  content: "\f00c"!important;
}

Hope this helps !

Powered by DW Question & Answer Pro