Hi there,
I have a quick question: Which part of the css should I modify to replace generic list bullet points with custom image for the entire website (all pages and posts)?
Thank you for a great theme!!
Hi bunguman,
You could add the new css to your Quick CSS or custom.css file. Something like:
#top .entry-content ul {
}
#top .entry-content ul li{
}
Regards,
Devin