1. How do I decrease the size of the “RELATED ARTICLES” font?
2. How do I remove the box’s pagination?
3. Can I change the “RELATED ARTICLES” colour back to black? It changed after I removed the “MORE FROM AUTHOR” via custom CSS.
4. Unrelated, how do I decrease the size of a post’s headline on mobile?
Hello majorfuss,
1)Check the Theme panel -> Theme Fonts, like this -> https://www.screencast.com/t/6j4mmsiL and from there you can make this change.
2)If you are referring to this element -> https://www.screencast.com/t/v9oWtNWLg5xm notice that you can turn off it from here -> https://www.screencast.com/t/v9oWtNWLg5xm for each block. If is not what you mean, provide more details or useful screenshots.
3) In order to remove more from an author you can use 2 methods:
The CSS method:
.td_block_related_posts .td-related-right {
display:none;
}
You can add the code in the theme Panel -> custom CSS box.
Or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
4)Unfortunately, I do not exactly understand what you mean. Provide more details about it so I will be able to provide a more accurate response.
Thanks.
1. No, that changes the size of the articles titles in the “RELATED ARTICLES” box. I want to change the font size of the words “RELATED ARTICLES”. Where do I change that? https://snag.gy/06vWVd.jpg
2. Yes, that is what I mean, but I didn’t create this post in TD Composer, so is there still a way of removing pagination?
3. No, I already removed “MORE FROM AUTHOR”. How do I change the colour of the words “RELATED ARTICLES” back to black? https://snag.gy/06vWVd.jpg
4. A post’s headline on mobile. How do I make it smaller? https://snag.gy/HjTNUY.jpg
Hi,
1) Use the code below ->
.td-related-title{
font-size:20px;
}
2)Here is talking about Blocks and not posts. If your page was been made with Visual Composer, you can change the blocks paginations from Block Settings from Visual Composer.
3)Try the code below ->
.td-related-title a{
color:green!important;
}
The result -> https://www.screencast.com/t/9LpV1w0hUK
4)Provide your website URL.
Thanks.
1. Thank you.
2. I do not use Visual Composer. Where can I change the pagination?
3. Thank you.
Hello majorfuss,
This kind of pagination is similar with block pagination. In your screenshot is talking about the pagination of Related Articles module which has only this type of pagination set it by default. As I said you above, this feature can be changed from Visual Composer, for each block, like this -> https://www.screencast.com/t/PdIZ2mWZ7g Do you are using the TD Composer? You can change this from here -> https://www.screencast.com/t/v9oWtNWLg5xm
Also, if you are referring only to this section (Related Articles) notice that type of pagination can’t be changed because this is the only pagination type for this module.
Thanks for your understanding!