blog title not showing up in post
-
Hi,
When I choose to create a new blog post and give it a title it shows up on my blog page (in the incerpt) but when you click on the title to view the blog post, the title isn’t there. I think I screwed something up with custom css. This is what I have in my “custom css” section. Obviously I’m not a pro at this stuff..entry-content h1 {
font-size: 40px !important;
}.entry-content h2 {
font-size: 40px !important;
}/* this is the “register” link */
#menu-item-536 a span {
margin-left:0px
}/* this is the “login” link */
#menu-item-541 a span {
margin-left:0px
}/* this is the “Go to Class” link */
#menu-item-417 a span {
color:green !important;
font-weight:900;
}/* this is the “tuition” link */
#menu-item-621 a span {
padding-right:130px
}.post-more {
visibility:hidden
}#wrapper {
margin: 0 auto 0px auto !important;
}.footer img {
width: 100%;
height:100%;
}.sc_menu li {
margin-top:8px;
}.entry-content img{
padding:0px;
!important;
}p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol{
margin-bottom:10px;
!important;
}.content-bottom{
border-top:0px
}
- The topic ‘blog title not showing up in post’ is closed to new replies.