Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #719147

    Ahoy,

    How do I make the “/” Bigger in all the special headings on my site? I would like that element bigger than proceeding text

    #719458

    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.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.