Hi guys,
I’d like to show the date (except the author) under each post title (something like here http://swiftideas.com/blog/2014/09/01/the-ultimate-theme) , but I just can’t work out what to turn on…
Can you please put me to the right direction?
Also FYI these are the custom css that I have:
.recent-post .author {
display: none;
}
iframe { max-width: 100%; }
@media only screen and (max-width: 479px) {
.single-post .page-heading.fancy-heading {
max-height: 340px;
}
}
.post-aux-wrap .post-pagination {
border: none;
}
li.menu-item.sf-mega-menu > ul.sub-menu > div > li{
padding-top:0px !important;
}
#main-navigation ul.menu > li:hover > a {
box-shadow: 0 5px 0 rgba(0, 37, 82, 1) inset;
}
.full-center #main-navigation ul.menu > li > a, .full-center .header-right ul.menu > li > a, .full-center nav.float-alt-menu ul.menu > li > a, .full-center #logo h1, .full-center .header-right div.text {
transition: height 0.3s ease-in-out 0s, line-height 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
}
.is-sticky .sticky-header {
background-color: rgba(255,255,255,0.95) !important;
}
a.download-button.read-more-button {
right: 0 !important;
left: auto!important;
}
.fancy-tabbed-style .fancy-heading .heading-text h1 {
line-height: 52px;
}
.masonry-items .blog-item .author {
display: none;
}
.sf-table th, .sf-table td {
text-align: center !important;
}
nav .menu .sf-mega-menu > ul.sub-menu, li.menu-item.sf-mega-menu > ul.sub-menu > div, nav .menu .sf-mega-menu > ul.sub-menu, li.menu-item.sf-mega-menu > ul.sub-menu > div {
background-color: rgba(255,255,255,0.80) !important;
}
nav .menu .sf-mega-menu > ul.sub-menu .sub-menu {
background: transparent;
}
.lSSlideOuter .lSPager.lSpg > li a {
background-color: black;
}
.masonry-items .blog-item .details-wrap h2, .masonry-items .blog-item .inst-overlay h2 {
font-size: 23px;
}
input[type=”submit”]{
border-radius:30px !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=”submit”] {
font-size: 12px !important;
}
.recent-post-details span{
display:none !important;
}
.recent-posts-list li .recent-post-title {
display: block;
margin-bottom: 5px;
white-space: normal !important;
}