Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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

    #312117

    Hey 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,
    Ismael

    #312487
    This reply has been marked as private.
    #312620

    Hey!

    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!
    Ismael

    #312702

    Hi 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

    #312764

    Hi!

    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ünter

    #312802

    Hi 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

    #312808

    Hey!

    Please add following code to Quick CSS as well

    .blog-meta, .post_author_timeline {
    display: none;
    }

    Best regards,
    Yigit

    #312825

    Hi 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

    #312829

    Hey!

    Can you post the link to your blog page please? I could not find pencil icon your website

    Best regards,
    Yigit

    #312846
    This reply has been marked as private.
    #312849

    Hi!

    Please use following code instead

    .home .blog-meta {
    display: none!important;
    }

    Regards,
    Yigit

    #312861

    Hi Yigit,

    It did not load the code.

    it could not save and gave me an error.

    any idea?

    thanks

    joost

    #312864

    Hey!

    Please try deactivating all active plugins and try adding the code once again.

    Regards,
    Yigit

    #312891
    This reply has been marked as private.
    #312900

    Hi!

    Sure, please add following code to Quick CSS as well

    .avia_cart_buttons {
    display: none;
    }

    Regards,
    Yigit

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.