• Resolved kk_admin

    (@kk_admin)


    Hello,

    I would like to modify the text size and possibly also font of my Call to action link text.
    In short, I would like to make it look like my h2 heading (Dosis, weight 300, size 24).
    Could you please enlighten me what would be the code to put in custom css? I experimented a bit but no success as for now…
    Site in question: https://klarakolonits.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this code on your custom.css file

    .home_calltoaction .kt-home-call-to-action .kad-call-button-case a.kad-btn-primary.kad-btn.lg-kad-btn {
        font-family: Dosis;
        font-size: 24px;
        font-weight: 300;
    }
    Thread Starter kk_admin

    (@kk_admin)

    thank you so much! done!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Call to action: link text style’ is closed to new replies.