This is the code to design Read More button


selector .elementor-post__read-more {
     
    background: #c41d04;
    color: #Fff !important;
    padding: 7px 20px !important;
    font-family: open sans;
    font-weight: 600;
    font-size: 16px;
    clip-path: polygon(12% 0%, 100% 0%, 87% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
}
selector .elementor-post__read-more:hover{
    background: #003571 !important;
}

Leave a Comment