How can I replicate the 'Ultimate Speed' heading with a slash on my page?

I would like to replicate the heading of the word “Ultimate Speed” with a slash on the first word shown below, on my page.

1 Like

@seantay1993

yes, you have easy to change this text can you please go to customization >>>>> left side banner or slideshow section can you please just change text

I mean how to I change the font or add effect onto the first word ‘U’ of Ulitmate?!!

@seantay1993

Try add this code at the end of Theme Edit > assets > theme.css file

.SlideshowWrapper span.first-word {
    font-feature-settings: unset !important;
}

Try it and let me know