Site logo

Archived topic

Change Link Font Size Globally

5 replies · Started by Baventhiran on August 17, 2021

Viewing posts 1–6 of 6

Hi,

How can I globally change the URL text font size? I have enabled Typography and checked Typography in WordPress' Customize option but could not find the setting option.

I'm using the Charge theme from GeneratePress' library and whenever URL is set for every text, the font size increases.

Please advise, thank you.

Hi there,

is this for links inside your post content?
If so you can use this CSS:

.entry-content a {
    font-size: 18px;
}

Hi David,

Sorry for my long username. Yes, it is for my post content, can you tell me where I should place that code block? (placing @ {GeneratePress: Stylesheet (style.css)} didn't work)

You can add it to the Customizer > Additional CSS.
If it still doesn't work then please provide me a URL to a Post with links.

That works, thanks David.

Glad to hear that.

This archived topic is closed to new replies.