Harry Campbell
asked 11 years ago

On my site, the top questions widget looks weird because there is a “>” and then the question underneath it in the widget.  How do i remove that?
http://www.therideshareguy.com

1 Answers
DominicStaff
answered 11 years ago

To resolve this issue, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://designwall.com/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

.dwqa-related-question .question-title, .dwqa-popular-question .question-title {
     display: inline; 
}

Note: If you to remove “>” from top questions widget, you can add the following code to the Editor CSS:

.sidebar .dwqa-popular-question ul > li:before {
    display: none;
}
Powered by DW Question & Answer Pro