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
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?!!
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
