Hi there,
You can use the Typography Module: https://docs.generatepress.com/article/dynamic-typography-overview/
Thank you for your reply.
Read and watch related articles. but I can not change font size in tag.
Could you help me which element is corcerned own tag in below image?
I try to test with all target elements but failed.

And i also tested with custom typography.
I don’t know whether selected tag field is corrected or not.
When i changed font size, It’s not applied to tag font.
I try to change font size to 60, 20 and 40.
Just changed height area.(refer to red arrow in Tags section of right side)
I think that Tag font size is fixed in somewhere.

Could you please explain me how to change tag size in detail?
Thanks in advance
Set the selector to Custom – p.wp-block-tag-cloud a
Thank you for your reply.
Test with ‘p.wp-block-tag-cloud a‘ selector but failed.
Tag font size is not changed at all.

Do i miss something?
Try .wp-block-tag-cloud a
If that doesn’t work, could you host your site live on a staging/test environment so I can view it?
I didn’t purchase any host yet. sorry.
I try to test more. after then i found something.

I think that this problem is caused by style attribute in a href tag. (I have already mentioned in above 1st question.)
If i remove style attribute in inspect devtool of chrome browser, tag font size is change by generatePress Typography manager until before reload page.
I wondered where below style attribute is injected in every tag link.
style="font-size: 8pt;" Could you let me know where can i delete or change this style attribute?
Thanks in advance
Try Custom – .tagcloud a
Both .wp-block-tag-cloud a and .tagcloud a are not worked.
Try adding this through Appearance > Customize > Additional CSS:
.tagcloud a {
font-size: 20px !important;
}
Finally it works well.
Additional CSS works instead of typography manager.
I can control. Thank you very much.
Thank you for your kind support again.
-
This reply was modified 12 minutes ago by
poiuy00.
