I would like to use word answer, open and close instead of using icon as showing on the screenshot?
You can use the following code in the style.css file:
.dwqa-question-item .dwqa-status:after {
color: #fff;
}
.dwqa-question-item .dwqa-status-answered:after {
content: "answered";
}
.dwqa-question-item .dwqa-status-open:after {
content: "open";
}
.dwqa-question-item .dwqa-status-closed:after {
content: "closed";
}
Thanks it works but it show in circles and not showing all words as you can see in screenshot. Also I would like to know how to make (ask question) button to be full in size on mobile device as it appears on your site
https://i.imgur.com/ZuHmWao.png
I want the ask question button to be like this
You can use the following code:
.dwqa-question-item .dwqa-status {
width: 50px;
height: auto;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
}
If you still face their issue, you can send me your site URL for further checking.
Great thanks. But what about ask question button please?
I got it for ask question button.
If you have any issue or question, you can let me know we will help you resolve it.
Please login or Register to submit your answer