Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Changing the blog title layout
My blog currently shows the number of comments twice:
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.
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
1 REPLY 1
whitemonkey
06-30-2022
12:40 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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;
}