@julian Yup I know. But I want to code new to understand how to do it
How to stylize answer suggestions list?
-
Hello,
I have a funny problem on my forum: I'm using the "Slate" style on the Persona theme and my answer suggestions list's background matches the font styling:Here is what I'm talking about:
And the funny thing is that when I'm trying to inspect the element on the page to check the class names the list disappears.
Tell me please, how can I check the DOM structure of this list?Thanks in advance!
-
This is the template you are looking for https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/partials/quick-search-results.tpl.
-
@baris, great, thank you.