Hello. I have this content on the topbar section:
BOOK ONLINE • BUY A GIFT CERTIFICATE • CALVERT CLUB
I would like to make the font bigger and bold. Any easy way to do this? Thanks.
Hello. I have this content on the topbar section:
BOOK ONLINE • BUY A GIFT CERTIFICATE • CALVERT CLUB
I would like to make the font bigger and bold. Any easy way to do this? Thanks.
Hi @cece101,
Thank you for writing in, please add this to Theme Options > CSS
p.p-info a {
font-size: 125%;
font-weight: bold;
}
Feel free to adjust those values.
You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial
Hope it helps,
Happy holidays,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.