Problem with link color in post

Posted in: Newspaper
Post count: 21

Hi,

I use the default template for post on my website.
Since the last update, I have a problem with link colors on post and I don’t know how to fix :

View post on imgur.com

Could you please help me ?

Many thanks

Post count: 27744

Hello,

Please let me know how you have set the color for the links. Please provide the link to your website.

Thank you!

Post count: 21

https://overclocking.com/unboxing-colis-presse-intel-avec-la-msi-meg-z890-unify-x/

Please let me know how you have set the color for the links -> I checked everywhere and I don’t see where I can change this setup.

Many thanks

Post count: 27744

Hi,

Did you change the accent color from theme panel? You can try to use this code
.td-post-content a {
border-bottom: 2px solid #f70202;
color: black !important;
}

Set the code in Theme Panel – Custom code – custom CSS.

Thank you!

Post count: 21

It’s works Thank you !

but now everything is underlined and in black.

How can I make the links deep blue only please?

Post count: 27744

Hi,

You need to use this code then and set your code color.
.td-post-content a {
color: yourcolor!important;
}

Thank you!

Post count: 21

and for your first question :

View post on imgur.com

  • This reply was modified 1 year by Jeromes.
Post count: 21

Thanks a lot for your help

Post count: 21

Just one last question please about this topic

Do you think it’s possible to use a custom color ( #127345 ) instead of blue/dark… ?

Post count: 27744

Hello,

Yes, please set the color here
.td-post-content a {
color: #127345!important;
}

Thank you!

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.