Hi Guys... ok... so I have a qna site for ebook programmers to ask quuestions and collaborate: http://ebookprogrammer.com ... what I'm trying to do is get the questions and answers to be in different color but they use the same CSS as the blog posts... i think it's ".output???"
Any hows... how do i split up the css?
bob wan kim
sparkah llc, san diego, ca
ebook programmer and consultant
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Brett@brett.profitt

Brett - 0 likes
You must log in to post replies.Without knowing what plugin you're using for the answers feature, I can only make general suggestions.
You can pass arbitrary class names to elgg_list_entities() with list_class and item_class. You will need to pass your own classes to whatever page is listing the answers and then write your CSS rules for those classes.