Suggestion and Also how to make the first forum post highlighted and sticky
Design and Skin Customization
brian:
Nice work John - just checked out your site and I like it - thanks for the tip.
Thanks Brian, still lots to do but just doing a little here and there as time permits. 99% of what I have done is just within the CSS templates not the module ones but once I get into it more I am sure I will work on those to.
By the way here is just the small bit of css I used for that forum highlight change
div.col12.last .item:first-of-type .forum_post_text > p{ font-size:14px!important }
div.col12.last .item:first-of-type .forum_post_text{ background:#ECE9E9!important; border-radius:6px; box-shadow:2px 4px 6px gray; border:solid 2px;}
div.col12.last .item:first-of-type .forum_post_text:before{content:"Main Topic For Discussion"; display:block; padding:6px;font-size:14px;background: rgba(0,0,0,0.4);color:white;box-shadow:1px 4px 6px gray; border-radius:4px;margin-bottom:10px }
And this is for the blog one
.blogpost:first-of-type { background:#ECE6E6!important;border:solid 2px; margin-bottom:12px}
And this for the comment replies highlight
.comment_page_section .comment-level-0 .container{ background:#FFFFFF!important }
.comment_page_section .container{ background:#F2EDED!important}
All this was just added to the list.css template.