hi Yigit. is it possible to get only part of h1 heading font another color.
Can i only get this text “red” color: http://imgur.com/trFoUmA
Hi diefleischerei!
Please edit your element insert your text as following
Bleib am Laufenden: <span class="my-custom-color-text">Aktuelle und zukünftige Online Kongresse</span>
and then add following code to Quick CSS
.my-custom-color-text { color: orange !important; }
Regards,
Yigit
ok and how can i get the orange text bold :) thank you!
Hey!
Please change the code to following one
.my-custom-color-text { color: orange !important; font-weight: bold !important; }
Regards,
Yigit
Really cool. And how can i get this effect on the text. a permanent “marked” look? Thank you Yigit!!