Please check the screenshot. I want to change the size of the tags encircled in red.
Hi,
This can be done only using custom css. If you want I can help you, just provide me a link to your website and some details about the way you like to look.
Thank you!
Hello,
The link of the page is: http://shamprod.esy.es/category/stories/
We prefer the text size of the tags to be 14px. Also, the box around them should be adjusted accordingly so that the text inside the box does not overlap with the box border.
On the same page, I am unable to change the font family for the title ‘कहानी’. Please help there too.
Hi,
This css should help you with the categories -> https://i.imgur.com/gwVCbO7.png
.td_category_template_2 .td-category-siblings .td-category a {
font-size: 14px;
}
You need to set the code in theme panel> custom code. custom css.
The font family for the title ‘कहानी’ should be editable from theme panel > Theme fonts > pages > https://i.imgur.com/e8eeQf7.png
Let me know the results!
Thank you!
Hello,
Thanks for the custom CSS, it worked. Thanks a lot.
But for font family, I already had changed the font there. I changed it to ‘Ek Mukta’, but it still shows Open Sans.
Screenshot: https://paste.pics/8BOIW
Thanks.
At our end, it is still Open Sans: https://paste.pics/8C50Q
Would you be able to suggest why it must be happening?
Hi,
If the font family is not applying for you in the right way, what I can suggest is to use a css to overwrite the code from the theme -> https://i.imgur.com/z8bjn9a.png
h1{
font-family: Ek Mukta;
}
Let me know the results!
Thank you!