i don’t want my site to look like a blog, i am the only publisher of the content and the date is irrelevant to my content. i want that the frames(the gray outlines surrounding each posts) will be small as possible, i even want that the content that i post will consist only from a picture and a link above it without any frame at all if it is possible.
1 Answers
Hi,
To resolve this issue, you can add the following code to the style.css file:
- Remove border:
.item .item-inner { box-shadow: none; }
- only an image and link:
.item-main {display: none;}
- Remove "posted by" and date:
.item .item-meta { display: none;}
Hope this helps !
Please login or Register to submit your answer