ALL CO
.widget-area .widget .recent-posts-widget-with-thumbnails {
padding: 0px;
}
.comments-area,
.home-grid,
.archive .page-header,
.category .page-header,
.search .page-header,
.blog .inside-article,
.page .inside-article,
.single .inside-article,
.category .inside-article,
.tag .inside-article,
.search .inside-article,
#left-sidebar .widget_block,
#right-sidebar .widget_block {
border: 1px solid var(--border);
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
header.site-header {
box-shadow: 0 4px 25px 0 #0747a01a;
}
header .inside-header {
padding: 15px 40px !important;
}
.read-more {
display: block;
padding-top: 15px;
}
.blog footer.entry-meta .cat-links,
.category footer.entry-meta .cat-links,
.search footer.entry-meta .cat-links,
.tag footer.entry-meta .cat-links {
display: none;
}
.blog footer.entry-meta .tags-links,
.category footer.entry-meta .tags-links,
.search footer.entry-meta .tags-links,
.tag footer.entry-meta .tags-links {
display: none;
}
.blog footer.entry-meta .comments-link,
.category footer.entry-meta .comments-link,
.search footer.entry-meta .comments-link,
.tag footer.entry-meta .comments-link {
display: none;
}
.single-featured-image {
padding-top: 25px;
}
.blog .inside-article,
.category .inside-article,
.search .inside-article,
.tag .inside-article {
padding-bottom: 10px;
}
ul.wp-block-categories li,
ul.wp-block-archives li {
list-style-type: none;
margin-left: 0px;
border-bottom: 1px dotted var(--border);
}
ul.wp-block-categories li a,
ul.wp-block-archives li a {
display: inline-block;
width: 80%;
float: none;
text-decoration: none;
padding-bottom: 13px;
margin-bottom: 13px;
}
.wp-block-tag-cloud a {
font-size: 14px !important;
text-decoration: none;
border: 1px solid var(--border);
padding: 5px 12px;
margin-bottom: 10px;
}
#left-sidebar .widget-title::before,
#right-sidebar .widget-title::before,
.section-title::before {
content: "//";
margin-right: 5px;
}
.search.widget-title .wp-block-search__inside-wrapper {
margin-top: 20px;
}
.rpwwt-widget .rpwwt-post-date {
font-size: 14px;
padding-bottom: 15px;
}
.home-grid a {
text-decoration: none;
}
hr.home-page-separator {
margin-top: -10px;
border-width: 0px;
background-color: var(--border);
}
/* Social Share Plugin - Begins */
.wpf-social-share {
margin: 20px auto;
text-align: center;
display: flex;
flex-wrap: wrap;
}
.wpf-share-button {
flex: 1;
padding-top: 10px;
}
.wpf-social-share .wpf-facebook {
background-color: #3b5998;
fill: #ffffff;
border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-bottom-left-radius: 5px;
}
.wpf-social-share .wpf-facebook:hover {
background-color: #627aad;
}
.wpf-social-share .wpf-twitter {
background-color: #000000;
fill: #ffffff;
}
.wpf-social-share .wpf-twitter:hover {
background-color: #222222;
}
.wpf-social-share .wpf-pinterest {
background-color: #c8232c;
fill: #ffffff;
}
.wpf-social-share .wpf-pinterest:hover {
background-color: #ca3949;
}
.wpf-social-share .wpf-linkedin {
background-color: #0072b1;
fill: #ffffff;
}
.wpf-social-share .wpf-linkedin:hover {
background-color: #627aad;
}
.wpf-social-share .wpf-whatsapp {
background-color: #25D366;
fill: #ffffff;
}
.wpf-social-share .wpf-whatsapp:hover {
background-color: #51dc85;
}
.wpf-social-share .wpf-reddit {
background-color: #ff4500;
fill: #ffffff;
border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-bottom-right-radius: 5px;
}
.wpf-social-share .wpf-reddit:hover {
background-color: #ff7933;
}
/* Social Share Plugin - Ends */
.tags-links {display:none;}
/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }
.entry-meta .posted-on { display: none; }
#amp-mobile-version-switcher { display: none; }
/* Styling for Read More link */
.read-more {
display: inline-block;
padding: 10px 20px;
background-color: #007bff; /* Blue background */
color: #fff; /* White text */
text-decoration: none; /* Remove underline */
border-radius: 5px; /* Rounded corners */
font-size: 16px;
transition: background-color 0.3s ease;
}
/* Hover effect */
.read-more:hover {
background-color: #0056b3; /* Darker blue on hover */
}
/* Media query for responsiveness */
@media (max-width: 768px) {
.read-more {
font-size: 14px; /* Smaller font size for mobile */
padding: 8px 16px; /* Smaller padding */
}
}
Comments
Post a Comment