Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1102301
    Shieldzy
    Participant

    I’m trying to edit the Case Studies section in the URL below on the Home Page so that the Portfolio pics don’t have the date showing. I just want the photos with the title to be visible. Is there a way to edit these pics so the date is no longer visible? Or please let me know if there is an easier way to accomplish this on the template I’m using.

    http://www.exitive.com/

    Wordpress Version 4.5.3

    X version 4.6.0 – Agency theme

    Cornerstone Version – 1.3.0

    #1102405
    Joao
    Moderator

    Hi There,

    Upon checking your website seems like you already achieved your goal.

    No dates are visible.

    Let us know if you need further help.

    Joao

    #1102415
    Shieldzy
    Participant

    Joao,

    The dates are still visible. Please look at the bottom section of the page. Each of the pictures has a date at the bottom.

    http://www.exitive.com/

    Thanks,

    -Matt

    #1102489
    Joao
    Moderator

    Hi Matt,

    I had looked on the wrong place.

    Here we go the code you need to add to Appereance Customizer Custom CSS:

    .x-recent-posts .x-recent-posts-date {
        display: none !important;
    }

    Hope that helps

    Joao

    #1102498
    Shieldzy
    Participant

    That does help, but can you please explain to me where specifically on the Customizer CSS page I need to post this? I’m not a coder and I don’t want to interfere with any existing code.

    #1102507
    Shieldzy
    Participant

    Nevermind, that worked great. Thanks.

    #1102824
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1102301 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>