Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #64858
    Kulturblazer
    Participant
    Premium Member

    Hi dear Ashe-Pro-Team,

    I want to hide the date of my blogposts. I already tried this code

    <span style=”color: #222222; font-family: Muli; font-size: 18px;”>.entry-date { display: none; }</span>

     

    in the Theme-editor (“Design” => “About Ashe” => “Theme-Editor”) , but it did not work (also with an empty cache). Do you have a solution for me? If you need further information please ask.

    Thank you in advance.

    Best regards,

    Vanessa

    #64862
    vako
    Keymaster
    WP Royal Team

    Hi Vanessa,

     

    At first, thank you for choosing our theme and service.

    Please share your website URL and we will check for possible solutions.

     

    Kind Regards

    #64868
    Kulturblazer
    Participant
    Premium Member
    This reply has been marked as private.
    #64890
    vako
    Keymaster
    WP Royal Team

    Hi Vanessa,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .post-date {
    
    display: none;
    
    }
    
    .post-date+span.meta-sep, .post-author+span.meta-sep {
    
    display: none;
    
    }

     

    Kind Regards

    #64905
    Kulturblazer
    Participant
    Premium Member

    Hi vako,

    thank you very much, it worked out perfectly! 🙂

    Thanks for your quick help.

    Vanessa

    #64918
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

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