Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #606724

    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

    #606727

    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

    #606734

    ok and how can i get the orange text bold :) thank you!

    #606735

    Hey!

    Please change the code to following one

    .my-custom-color-text { color: orange !important; font-weight: bold !important; }

    Regards,
    Yigit

    #606743

    Really cool. And how can i get this effect on the text. a permanent “marked” look? Thank you Yigit!!

    View post on imgur.com

    #606752

    Hey!

    Please change the code to following one

    .my-custom-color-text { color: white !important; font-weight: bold !important; background: purple !important; }

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.