This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#full_slider_1 {border-bottom:10px solid #b7174a;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* hide border on post preview image*/ | |
.small-preview {background: transparent!important;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
?* This code enables you to replicate the Blog page layout on the demo without having to display a sidebar. The sidebar should still be present though. This code just hides it. | |
<style type = "text/css"> | |
aside { display: none !important; } | |
main { width: 100% !important; border-right: 0px !important; } | |
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#scroll-top-link {right: auto !important; left: 50px;} | |
/*Replace with image */ | |
a#scroll-top-link:before { | |
content: ""; | |
} | |
a#scroll-top-link { | |
background-image: url(IMG_URL); | |
background-color: transparent; | |
border: none; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//WordPress - Enfold - CSS - Style short hr colour and circle background | |
.hr-inner-style {background: #e9e9e8!important;} | |
.hr.hr-short * {border-color: #c2c2c2;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// removes the background image opacity on image links | |
.image-overlay {background: rgba(90, 59, 59, 0) !important;} |