Site logo

Archived topic

Style of Hyperlinks

7 replies · Started by Sebastian on March 28, 2023

Viewing posts 1–8 of 8

Hi,

for whatever reason my hyperlinks on the healthypounds.com page are in a design that I can no longer change. Apparently the style is overwritten somewhere.

I would like to have the hyperlinks in the default setting of Generatepress. So blue and underlined.

Thanks :)

Hi there,

can you confirm the URL of the site ?

It is gesundepfunde.com

:)

Theres a few places that the styles are coming from.
And it may be easier to use some CSS to change them all.

Can you confirm that all hyperlinks on ALL pages and posts should have the same color or is it just on your post content ?

Hey,

thanks :)

Yes, the should all Look like the ones on cardeeply.com

Why are the styles like this.

Sebastian

Hi Sebastian,

Can you try adding this through Appearance > Customize > Additional CSS:

:is(.page,.single-post) .inside-article p a {
    color: var(--accent);
    text-decoration: underline !important;
}

:is(.page,.single-post) .inside-article p a:hover {
    color: #000;
}

Awesome! Thanks!

You're welcome, Sebastian!

This archived topic is closed to new replies.