New Landing How can we help? Themeforest Theme Support Joyn Remove date in detail post

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Joyn
  • #240188
    Acurio
    Member
    Post count: 30

    Hi,

    I can’t remove the dates from the image detail view even though I went to: Theme Options -> Custom post type options -> Remove post dates = On.

    I currently have the following css:

    .home #footer{
    display:none !important;
    }

    .testimonial-text.text-large > p {
    font-size: 20px;
    }
    #breadcrumbs {
    display: none;
    }
    /*
    .heading-text, #breadcrumbs{
    display:none !important;
    }
    */
    .single-portfolio-split figure.media-wrap img {
    width: auto!important;
    }
    article.type-portfolio figure.media-wrap {
    width: 50%;
    }
    /*
    .single-portfolio figure.media-wrap{
    width:56% !important;
    }
    .single-portfolio .page-content{
    width:44% !important;
    }
    */
    /* Font size of date in detail post*/
    .item-details time {
    font-size: 16px;
    }

    /* Font size of text in detail post */
    .single-portfolio .content-wrap p {
    font-size: 16px;
    }
    .page-id-13068 .entry-title,.page-id-13073 .entry-title,.page-id-13071 .entry-title{
    display:none !important;
    }

    .entry-title{
    color:#ffffff !important;
    font-size:20px !important;
    }

    body.single-portfolio article.type-portfolio {
    width: 50%;
    margin: 0 auto 100px auto;
    }

    I tried to remove:

    .single-portfolio .content-wrap p {
    font-size: 16px;
    }

    But it did not make a difference.

    Any ideas?

    #240282
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .post-date{
    display:none !important;
    }

    Thanks
    Mohammad

    #240628
    Acurio
    Member
    Post count: 30

    It did not help and i cleared the cache in the browser just in case.

    #240652
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url to check and resolve.
    Thanks
    Mohammad

    #240808
    Acurio
    Member
    Post count: 30
    This reply has been marked as private.
    #240813
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .item-details time {
      display: none;
    }

    – Kyle

    #241575
    Acurio
    Member
    Post count: 30

    That worked great, thanks Kyle!

    #241577
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Kyle.

    -David.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register