Archived topic
Theme Crashed after Moving to Static Page
3 replies · Started by MC on February 24, 2018
Hello, Recently I moved my blog to a Static Homepage. After that, My Theme getting Crashed and Elements of the Web page are getting misplaced.
Here is the Screenshot: https://imgur.com/a/LbJNm
Hi there,
I'm not seeing anything unusual from the code stand point.
Are you using any caching plugins? something like breeze-minification?
Yes. I Checked everything Buddy.
Here is what I need to Achieve: https://imgur.com/a/uAshK
Here is the Custom CSS I'm using. And I can't hide Posted date also. Both Posted and Updated dates are showing.
body {
background-color: #ffffff;
color: #535a5f;
}
.separate-containers .inside-article {
box-shadow: 0 0 35px 0 rgba(214, 231, 233, 0.35);
border: 1px solid rgba(0,0,0,.05);
border-radius: 3px;
}
.inside-right-sidebar {
box-shadow: 0 0 27px 0 rgba(214, 231, 233, 0.35);
border: 1px solid rgba(0,0,0,.05);
border-radius: 3px;
}
.comments-area .comments-area{
box-shadow: 0 0 27px 0 rgba(214, 231, 233, 0.35);
border: 1px solid rgba(0,0,0,.05);
border-radius: 3px;
}
.entry-summary a {
border-bottom: 2px solid rgba(45, 130, 230, 0.4);
}
a, a:visited {
color: #277ee4;
text-decoration: none;
}
.entry-title {
font-weight: 700;
}
.posted-on .updated {
display: block;
}
a.read-more {
display: inline-block;
background: white;
color: black !important;
padding: 15px;
border-radius: 1px;
float: right !important;
}
.cat-links, .tags-links {
display: none;
}
I'm not seeing the CSS to hide the posted date?
https://generatepress.com/forums/topic/modified-post-date/#post-171970