Hi,
when I am changing the font color for links (primary color in the main content section) it also changes the color of bold letters in the text.
How can I change colors for links and still having bold letters in the normal font colour?
Thanks for your support
Best
Michael
Hi Michael!
Could you please forward a link to your site and point out the items you wish to modify. It will help us understand the issue better and devise a solution for you.
Cheers!
Arvish
Hi!
Try adding the following CSS to Quick CSS:
.main_color a{
color: yourcolor !important;
}
replacing yourcolor with your preferred color in HEX or rgb or literal.
Best regards,
Arvish
Hi,
I added the CSS but changing the link color still changes color of bold letters (I want to keep the Main Content font color)…
Best
Michael
Hi!
Please add following code to Quick CSS
.main_color strong, .alternate_color strong { color: inherit !important; }
Cheers!
Yigit
Hi,
thanks for the advice.
I have tried your CSS and it worked well with the bold letters but still did some color changes where I didn’t want it.
So I experimented a little bit and found a solution that works pretty well – based on the CSS Arvish gave me earlier:
.main_color strong {
color: #000000 !important;
}
I hope that does the trick now :-).
Thanks again for your support, I really appreciate your quick and helpful responses
All my best
Michael