Sub-category tag size

Posted in: Newsmag
Post count: 21

I am unable to change the size of the category or sub-category tag on the Category Archive page. Please help.

Post count: 35449

Hi,

I do not quite understand on what size of category or sub-category tag are you referring, please provide some more details and some screenshots.

Thank you!

Post count: 21

Please check the screenshot. I want to change the size of the tags encircled in red.

https://paste.pics/8BCRN

Post count: 35449

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!

Post count: 21

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.

Post count: 35449

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!

Post count: 21

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.

Post count: 35449

Hi,

For me is displaying the right font family -> https://i.imgur.com/PTq9k7R.png

Thank you!

Post count: 21

At our end, it is still Open Sans: https://paste.pics/8C50Q

Would you be able to suggest why it must be happening?

Post count: 35449

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!

Post count: 21

Yes, it worked. Thanks.

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newsmag’ is closed to new topics and replies.