Is there a way to make it look like theme’s blog format on the front page.
It’s another theme. (don’t worry, i prefer your overall theme much more)
http://para.llel.us/themes/moxie-wp/
Their blogging format is a lot more organized and not as jumbled up.
Which leads me to the second question is there a way to erase the image icon that goes on top of the image?
thanks much andy
Hi andyhoodified,
Not without a bit of css modification and maybe editing the theme files directly. It has a lot of flexibility as far as layouts go but individual elements aren’t able to 100% customized at this point yet.
For the icon, Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.template-blog .image-overlay-inside {
display: none;
}
Regards,
Devin