New Landing How can we help? Themeforest Theme Support Uplift Change colour of archive post box border and remove curved edges from images

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Uplift
  • #325967
    sorelh
    Member
    Post count: 169

    Please can I have CSS to:

    1. Remove all curved corners from images in archive blog posts – make all corners sharp not rounded

    2. On archive posts in masonry, I want to change the colour of the border from black to #ffffff in the box outline around the archive post.

    3. Remove heart likes from archive masonry post.

    Screenshot attached

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #325979
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    figure.animated-overlay {
        border-top-left-radius: 0px!important;
        border-top-right-radius: 0px!important;
    }
    .masonry-items .blog-item .details-wrap {
        border-color: #fff!important;
    }
    
    .comments-likes .love-it-wrapper {
         display: none;
    }

    Hope it helps.

    -Rui

    #325980
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #325986
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add this code.

    figure.animated-overlay .post-cats {
        display: none;
    }
    
    .blog-item .blog-item-aux {
        border-color: #fff!important;
    }
    
    .masonry-items .blog-item .details-wrap .details-inner, .masonry-items .blog-item .grid-no-image {
        padding-left: 0px;
    }

    -Rui

    #325988
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #325990
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    add this one.

    .blog-item .blog-item-aux {
        padding: 0px!important;
    }

    -Rui

    #325994
    sorelh
    Member
    Post count: 169

    Thanks Rui!

    #325995
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.

    -Rui

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 the following item
Login and Registration Log in · Register