when I installed Elite, it put a box next to my blog post teasers for a photo. Since I don't use photos, how can I remove the box from the teaser listings on the blog page?
Paste the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .content-bar .post .postimg { border:none; } This will solve your issue. Thanks.
Do let us know your website link and also specify your issue clearly with the help of screenshot images.So that we can provide you exact solution. Thanks.
I managed to delete the photo box code. In the teasers listings of my blog posts, it shows the tags, almost as large as the post excerpt. I deleted the tags for the current posts so they didn't interfere, however you can see them on page 2 in the link below. I would also like to delete the categories, author and comments from the post listings, both teaser and full posts if possible. http://www.sandrawalter.com/2013-articles/page/2/ Thanks!
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-bar .post .post_meta, .content-bar .page .post_meta{ display:none; }
Now I have some blank squares on old posts without photos, but the new one is fine. http://www.sandrawalter.com/2013-articles/
I have checked your blog page. Posts which contain paypal button for donation are showing this blank space. There is an image (pixel.gif), Which is creating this issue. Code given below will remove all images from blog page. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-bar .post .postimg { display: none; }
I am still having the tag issue - currently I am not tagging my posts because the tags show up in the blog listing AND in the full posts. How do I eliminate this from the teasers and blog posts?
We are not getting your issue. Please explain with the help of screenshot, About which area you are talking.
here you go - the tags show up in the teasers as well as underneath the articles. I would like to hide them.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-bar .post .tag { display: none; } This will solve your issue.