x

Changing the blog title layout

My blog currently shows the number of comments twice:

image

Is there a way to remove the comment number from just below the title? I'd rather it only show at the bottom and not at the top.

Thanks for your help.

304 Views
Message 1 of 2
Report
1 REPLY 1

@ccorea 

i deleted mine, both top and bottom     by going into the HTML

bUT  once u editted the html, weebly will treat your blog as CUSOMIZED and wont help u in the event of it all going pear shaped..

heres the code on mine    see the words NONE?   

#blogTable .blog-post .blog-date {
display: none;
float: none;
text-align: center;
}
#blogTable .blog-post .blog-date .date-text {
float: none;
}
#blogTable .blog-post .blog-comments {
display: inline;
float: none;
text-align: center;
}

299 Views
Message 3 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.