Archived topic
HOW CAN I CHANGE BLOG OPTIONS?
5 replies · Started by Joel on August 29, 2017
Hi!
i want to do some changes in my blog template.
First change, i want to use bold in each title article.
Other change i want to do is hide related articles, or other articles, i don´t like it.
Thanks,
Regards
Hi there,
Try Customizer > Typography > Headings > Heading 2 (H2)
GP actually doesn't add related articles. Can you link me to the page?
Hi!
you can see in this photo
That will be an option in the next version of GP premium.
For now you can do add this CSS:
.post-navigation {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Great!
Thanks ;)
You're welcome :)