-
AuthorPosts
-
August 23, 2014 at 1:38 pm #308229
Hello,
I have a few questions about the posts pages.
Comments: I don’t want the posts to have the option of comments. I have created two pages, one has comments and one doesn’t. I don’t know what I have done differently, but how can I make sure the all posts don’t have the option to comment, or the no. of comments in the tags below the headline?
Author: How can I stop the author appearing in the tags under the headline.
Headline size: How can I make the headline size ‘Headline 4’? I think it is currently ‘Headline 3’
Thanks
August 24, 2014 at 11:45 pm #308503I have resolved the issue of the comments on posts. I think the two posts were different becuase one was created before I had disabled comments and the other created after.
I would still like answers to the other two queries.
Also, how do I out a horizontal line between blogs?
Many thanks.
August 25, 2014 at 2:45 am #308530Hey!
Try adding this code to the Quick CSS to hide the author:
.text-sep-cat, .blog-author { display: none; }
The headings are h2, in single pages are transformed to h1, to change its font size (in both occurrences):
.post-title { font-size: 16px !important; }
To add a line:
article.post { border-bottom: 1px solid #e1e1e1; margin-bottom: 20px; }
Cheers!
JosueAugust 26, 2014 at 12:00 am #309011Josue,
Thanks for this. One small thing: The horizontal line which has been added between the posts goes all the way to the vertical line separating the sidebar. Is there any way it could be centred in the same way it does when you add a horizontal line element in the advanced layout editor?
http://www.sbbusinessforum.org/noticeboard/
Thanks
Giles
August 26, 2014 at 1:15 am #309028Hey Giles!
Add this:
@media only screen and (min-width: 767px) { article.post { width: 95%; } }
Regards,
Josue- This reply was modified 10 years, 3 months ago by Josue.
August 26, 2014 at 1:55 am #309037Josue,
That didn’t seem to work.
Giles
August 26, 2014 at 2:02 am #309039I modified my message, please try it again.
Regards,
JosueAugust 26, 2014 at 8:12 am #309157Josue,
Great. Thanks again.
Giles
August 26, 2014 at 8:15 am #309160You are welcome Giles, glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.