Button Font Size

  • Unknown's avatar

    How do I increase the font size in the ‘DONATE’ Button that appears on the Home Page? I suspect it is in the CSS.

    Thanks,

    Maurice

    The blog I need help with is: (visible only to logged in users)

  • Hi Maurice,

    You have two “Donate” buttons on the homepage. To change the one at the top, above the hero image, try adding the following into your theme customizer’s CSS:

    .read-more a {
    font-size: 25px;
    }

    For the one at the bottom of the homepage try:

    .et-db #et-boc .et_pb_button {
    font-size: 25px;
    }

    In both, you’d use whichever font size you were going for; I just put 25px as an example!

    Desiree

  • The topic ‘Button Font Size’ is closed to new replies.