Hey mcraig77,
Please wrap your text inside a custom span as following
<span class="my-custom-class">/</span>
Then add following code to Quick CSS
.my-custom-class {
color: #C5A95E;
font-size: 20px;
}
Best regards,
Yigit
-
This reply was modified 7 years, 12 months ago by Yigit.