Home › Forums › Particles Support › Copious – How to make two-color titles? › Reply To: Copious – How to make two-color titles? TonyModerator Posted 4 years, 3 months ago You can use custom html code like so <div class="jl-heading-subtitle"> SPECIAL<span class="hd-bot"> SERVICES </span> </div> and add custom css code .jl-heading-subtitle { color: #111; font-size: 32px; } .jl-heading-subtitle span { color: #f71735; }