JinuAcademy.com CSS

/* below CSS hides post titles */

.entry-title{display: none;}

/* below CSS hides shopping cart logo beside menu */

.et-cart-info{display:none;}

/* below CSS displays secondary menu on smartphone */

@media screen and (max-width: 980px) {
	#page-container {
		padding-top: 0px !important;
	}
	#top-header {
		position: static !important;
		display: block !important;
	}
	#top-header .container {
		padding-top: 0.75em !important;
	}
	#page-container #main-header {
		position: relative !important;
		top: 0 !important;
	}
	#top-header #et-secondary-menu,
	#top-header #et-secondary-nav {
		display: block !important;
	}
	#top-header #et-secondary-nav li {
		text-align: center !important;
	}
	#et-main-area {
		padding-top: 1px;
	}
}

Leave a Reply

Your email address will not be published. Required fields are marked *