New Landing How can we help? Themeforest Theme Support Dante Font color Recent Post

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #281276
    DESIGNzweidrei
    Member
    Post count: 36

    Hi,

    i try to change the font color of the recent posts element. I found some css codes in other topics but it doesn’t work for the entire element.
    These codes I added to the custom css:

    .recent-posts .animated-overlay{
    display:none!important; color: #ffffff;
    }

    .recent-post {
    background-color: #005622!important; color: #ffffff;
    }

    .recent-post h5 {
    color: #ffffff;
    }

    Is there something missing or wrong?

    – Christof

    Attachments:
    You must be logged in to view attached files.
    #281360
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Think it’s a h3 not a h5, got a link so I can check?

    – Kyle

    #281451
    DESIGNzweidrei
    Member
    Post count: 36
    This reply has been marked as private.
    #281457
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Change:

    .recent-post h5 {
    color: #ffffff;
    }

    to

    .recent-post h5 a {
    color: #ffffff;
    }

    – Kyle

    #281468
    DESIGNzweidrei
    Member
    Post count: 36

    Hi,

    that works.
    Is it possible the change the date too?

    – Christof

    #281479
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .recent-post .post-item-details span {
      color: #ffffff;
    }

    – Kyle

    #281499
    DESIGNzweidrei
    Member
    Post count: 36

    Perfect!

    Thanks again!

    – Christof

    #281501
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem!

    – Kyle

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