-
AuthorPosts
-
September 1, 2014 at 7:12 pm #311976
Hi,
I am trying to remove the date stamp, grey box with pencil and author from my news feed. (widget on my home page)
I tried a to add couple of code lines with the custom css editor from this forum but this does not affect any of my pages.
has anyone experience with this?
Thanks a lot
Joost
September 2, 2014 at 9:00 am #312117Hey medtronica!
Thank you for using the theme.
Do you mind if we take a look at the actual page? You can try this on Quick CSS or custom.css:
.template-blog .blog-meta { display: none; }
Best regards,
IsmaelSeptember 2, 2014 at 8:27 pm #312487This reply has been marked as private.September 3, 2014 at 5:27 am #312620Hey!
Thank you for the update.
Please use this instead:
#top .fullsize .template-blog .blog-meta { display: none; } time.date-container.minor-meta.updated, span.text-sep.text-sep-date, span.blog-author.minor-meta, span.text-sep.text-sep-cat { display: none; }
Remove browser cache then reload the page a few times.
Cheers!
IsmaelSeptember 3, 2014 at 8:25 am #312702Hi Ismael,
Thanks a lot, I have added the lines as you wrote me.
I helped to get rid of the date and author. But I would like to remove the grey box and pencil as well. also I would like to remove the category.Kind regards,
Joost
September 3, 2014 at 11:44 am #312764Hi!
Thanks for the update.
Please try the following:
.template-blog .blog-meta{ display: none !important; } .template-blog .post-meta-infos { display: none !important; }
Best regards,
GünterSeptember 3, 2014 at 1:09 pm #312802Hi Günter,
Thanks a lot, this got rid of the category.
Please do you have also a solution to get rid of the grey box and pencil?
Thanks
Joost
September 3, 2014 at 1:13 pm #312808Hey!
Please add following code to Quick CSS as well
.blog-meta, .post_author_timeline { display: none; }
Best regards,
YigitSeptember 3, 2014 at 1:35 pm #312825Hi Yigit,
I am sorry but this did not had any effect on the penciler grey box.
Is there anything else we can try?
Thanks a lot
Joost
September 3, 2014 at 1:37 pm #312829Hey!
Can you post the link to your blog page please? I could not find pencil icon your website
Best regards,
YigitSeptember 3, 2014 at 1:52 pm #312846This reply has been marked as private.September 3, 2014 at 1:54 pm #312849Hi!
Please use following code instead
.home .blog-meta { display: none!important; }
Regards,
YigitSeptember 3, 2014 at 2:06 pm #312861Hi Yigit,
It did not load the code.
it could not save and gave me an error.
any idea?
thanks
joost
September 3, 2014 at 2:09 pm #312864Hey!
Please try deactivating all active plugins and try adding the code once again.
Regards,
YigitSeptember 3, 2014 at 3:00 pm #312891This reply has been marked as private.September 3, 2014 at 3:06 pm #312900 -
AuthorPosts
- You must be logged in to reply to this topic.