New Landing How can we help? Themeforest Theme Support Supreme Removing the date from the slider

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Supreme
  • #30880
    piquezine
    Member
    Post count: 17

    I’d like to remove the date from showing up in the slider and carousels. How can I do that?

    #30981
    Cosmin – SUPPORT
    Member
    Post count: 3851
    .carousel-items .post-item-details, #posts-slider .blog-item-details {
      display: none !important;
    }

    Add that in the Custom CSS box from the General theme options.

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #31093
    piquezine
    Member
    Post count: 17

    But is there a way to remove the date but not the Author name? Also I published a question separately about unlinking the author link (which references the external author site in the author’s user profile), or replacing that link author link with a link to the author posts (get_author_posts_url). Is that possible?

    #31414
    Cosmin – SUPPORT
    Member
    Post count: 3851

    It’s currently not possible to remove it without removing the author name as well.

    Since both your questions have to do with code edits to the theme framework, I am assigning this to Ed, as I think it would be useful to see updates on this matter 🙂

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    #33180
    Kathryn
    Member
    Post count: 10

    Last night, I put this code in the custom css and if fixed my problem (I’m trying to remove the dates from “recent posts”. Then I accidentally hit “reset defaults” and … now when I enter the custom code, the date of the post is still there.

    I’m using “recent posts” in swift page builder…

    http://kathrynborn.com/computers-after-school/

    #33624
    Melanie – SUPPORT
    Member
    Post count: 11032

    You can add the code to the custom css option in the theme options as well, that should work.

    #33655
    Kathryn
    Member
    Post count: 10

    That’s where I added it. Theme options > general > custom CSS. No luck. I could remove the heart icon, but not the date.

    Kathryn

    #33689
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Can you please paste here exactly what you have in Theme options > general > custom CSS ?

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    #33697
    Kathryn
    Member
    Post count: 10

    Sure. I can also give you the logins if you’d like to take a look.

    .carousel-items .post-item-details, #posts-slider .blog-item-details {
    display: none !important;
    }

    .recent-posts .love-it-wrapper {
    display: none !important;
    }

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

    #34143
    Melanie – SUPPORT
    Member
    Post count: 11032

    Can you place the last css

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

    at the top of the custom css field?

    #34287
    Kathryn
    Member
    Post count: 10

    Thank you! I forget the “cascading” part of CSS!!

    #34301
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Kathryn,

    A lot of the code you have in there is redundant and not needed, as it all does the same thing. You have this in the Custom CSS area:

    .recent-post .post-date {
    display: none!important;
    }
    
    .carousel-items .post-item-details, #posts-slider .blog-item-details {
      display: none !important;
    }
    
    .recent-posts .love-it-wrapper {
      display: none !important;
    }
    
    recent-posts .post-date {
      display: none !important;
    }

    Please replace it with this:

    .recent-post .post-date, .carousel-items .post-item-details, #posts-slider .blog-item-details, .recent-posts .love-it-wrapper {
      display: none !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin – Support

Viewing 12 posts - 1 through 12 (of 12 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