On my about us page we want to highlight the first letters of our name in the text because this is part of our business name. I can make it Red already but can’t seem to figure out how to increase the letter size. Could somebody help?
<strong>Conrad Praamsma:
</strong>
Link to website is https://cbj-trading.com/pages/team
Hello Joeydevries,
please update the code you have sent with this code
<strong>Conrad Praamsma:
</strong>
Also add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
span.first-letter {
font-size: 33px;
}
For every heading do this procedure.
Thanks, but now the entire name is bigger please check link!
Which Alphabet you want to bigger?
I just want the first red letter of our names bigger! Not the whole name so the C of conrad Praamsma, the B of Bastiaan van den Berg and the J of Joey de Vries.
Hi please add this css.
span.highlight {
font-size: 40px;
}
And update this code
<strong>Conrad Praamsma:
</strong>
Also for B and J
<strong>Bastiaan van den Berg:
</strong>
<strong>Joey de Vries:
</strong>