Hi there,
Thank you for writing.
The link to this image can’t be found.
Do you still see the issue? If you do, I’d be glad to help you with increasing the font size but I need to know which one and in what section of the page we need to modify first.
Kind regards,
Chito
Thread Starter
nsblue
(@nsblue)
Lets try this again, I apologize for not knowing the proper terms for what exactly is involved. I have put a link to the image again.
When an event is posted, (https://oamig.org/special-events/) There is a string generated as to the category it was posted in (” posted in: Events | 0 “) This is the font which needs to be increased.
https://oamig.org/image/see.jpg
-
This reply was modified 3 years, 7 months ago by
nsblue.
-
This reply was modified 3 years, 7 months ago by
nsblue.
-
This reply was modified 3 years, 7 months ago by
nsblue.
-
This reply was modified 3 years, 7 months ago by
nsblue.
Hi @nsblue,
This CSS should do it for you:
.color_gray, .subhead, .subhead a, .posttags, .posttags a, .product_meta a {
font-size: 14px;
}
You can paste that into your custom css box in Theme Options > Advanced Settings.
Hope it helps!
Best,
Hannah
Thread Starter
nsblue
(@nsblue)
Thank you so much, this works perfectly!