Last active
April 17, 2018 15:48
-
-
Save rohmann/86515e25dfb673b63585e12ab36e3b86 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
ul.display-posts-listing { | |
list-style:none; | |
} | |
.excerpt-dash { | |
display:none; | |
} | |
.listing-item { | |
margin-bottom: 2.5em; | |
} | |
.listing-item a.title { | |
margin-bottom: .25em; | |
font-size: 2.2em; | |
display: block; | |
} |
This file contains hidden or 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
.widget.widget_nt_custom_widget p { | |
text-align: center; | |
} | |
.widget.widget_nt_custom_widget iframe { | |
max-width: 100%; | |
max-height: 80vh; | |
} |
This file contains hidden or 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
<script> | |
jQuery( function($) { | |
$('#nt_custom_widget-2').hide(); | |
$('a[href="#nt_custom_widget-2"]').attr('href', '/blog'); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment