Hi!
The topic was closed, but the topic is not yet resolved :-( See my edit in the topic below please: https://kriesi.at/support/topic/bold-text-not-coloured/
I’ve done all that I needed to do I think, and yet it doesn’t work the way it should…
Regards,
Welmoed
Hi Welmoed!
Have you moved your website to another domain? If so, please post the new link here and point out the element so we can take another look
Cheers!
Yigit
Hi Yigit!
Thanks for getting back to me!
The website and item are here: http://www.vrijzinnigen.nl/
It’s the orange text below the YouTube-video, which should look just like the black text below the ‘boxes’ below it.
Regards,
Welmoed
Hi!
Please use this:
.main_color .avia_textblock strong {
color: black;
}
Cheers!
Ismael
Thans Ismael! Works perfectly!
It looks as if the text that is now black (yey!) is slightly smaller than the text below the other ‘boxes’. Is that indeed so? And how can I make them the same size?
Thanks for helping out again!
Welmoed
Hi!
Please add following code to Quick CSS as well
.main_color .avia_textblock strong {
font-size: 14px;
}
Cheers!
Yigit
Thanks, perfect!!