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!
This website stores cookies on your computer. These cookies are used to improve
your website experience and provide more personalized services to you, both on this website and through
other media. To find out more about the cookies we use, see our Privacy Policy.
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