/* Inner Posts CSS - Starts */
.inner-posts .read-more-link a {
border: 1px solid var(--primary-color);
display: inline-block;
padding: 6px 20px;
min-width: 180px;
text-align: center;
font-weight: bold;
text-transform: capitalize;
transition: .5s;
}
.inner-posts .slide-meta-del,
.inner-posts .slide-meta-comments {
display: none !important;
}
.inner-posts .read-more-link a:hover {
background-color: var(--primary-color) !important;
color: #fff !important;
}
.inner-posts .slide-entry-title {
letter-spacing: 0.3px;
position: relative;
padding-bottom: 15px;
margin: 15px 0;
}
.inner-posts .slide-entry-title:after {
content: '';
position: absolute;
width: 60px;
height: 2px;
left: 0;
bottom: 0;
background-color: var(--primary-color);
}
.inner-posts .slide-image:hover,
.inner-posts .slide-entry-title:hover {
opacity: .8;
}
.inner-posts .slide-image img,
.img-border {
border: 1px solid #e8e8e8 !important;
padding: 0 !important;
}
/* Inner Posts CSS - Ends */
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter