Home › Forums › Particles Support › Copious – How to make two-color titles? Viewing 2 posts - 1 through 2 (of 2 total) balina YüzSubscriber Posted 4 years ago How can I make the headers in two colors? I am using the free version. Template : copious TonyModerator Posted 4 years 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; } Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic.