13.03.2025, 08:38
I'm trying to change the color/size of the first letter of all widgets in Mosaic
What am I doing wrong?
Code:
.title-inner::first-letter {
font-size: 18px;
font-weight: bold;
color: yellow;
}
What am I doing wrong?