Skip to content

Instantly share code, notes, and snippets.

@rohmann
Last active April 17, 2018 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rohmann/86515e25dfb673b63585e12ab36e3b86 to your computer and use it in GitHub Desktop.
Save rohmann/86515e25dfb673b63585e12ab36e3b86 to your computer and use it in GitHub Desktop.
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;
}
.widget.widget_nt_custom_widget p {
text-align: center;
}
.widget.widget_nt_custom_widget iframe {
max-width: 100%;
max-height: 80vh;
}
<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