How to change/rearrange generated HTML in ProBlog addon

Permalink
I'm using the ProBlog addon on this page (http://concrete.lifestylerevolutionstx.com/index.php/blog/), and am trying to figure out how to remove, change, and rearrange some of the elements in blog posts created with the addon. The first such element is div.ccm-blog-list. I couldn't find in the documentation an explanation for changing the elements. It simply covers the page_type (pb_post), which seems to generate the HTML from elsewhere. Can anyone point me in the right direction? Any help is greatly appreciated!

 
RadiantWeb replied on at Permalink Reply
RadiantWeb
You want to google "custom block views Concrete5"

you essentially copy

/packages/problog/blocks/problog_list/templates/micro_blog/view.php & view.css

over to your root

/blocks/problog_list/templates/micro_blog/view.php & view.css

And then make php/css changes as needed!

Pretty simple!

ChadStrat