Shop Categories

X

Change font of Read More Button

Home Forums Agama Pro Change font of Read More Button

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5296
    Martin Nemecek
    Participant

    Hello, is it possible to change the font of “read more” buttons in frontpage boxes? The standard one doesn’t work with characters in the Czech language.

    #5303
    Jerry
    Keymaster

    Hello Martin,

    Yes it is possible via:
    Appearance -> Customize -> General -> Additional CSS

    Add there next CSS code:

    article a.more-link {
       font-family: "FontName", sans-serif;
    }

    Please let us know if this code is working for you.

    Best Regards

    #5304
    Jerry
    Keymaster

    Well clearly i didn’t noticed that you wanted a solution for read more front page boxes buttons 🙂

    The above solution is for read more blog links 🙂

    For fornt page boxes please add next CSS code in Customize -> General -> Additional CSS:

    #frontpage-boxes a.button {
       font-family: "FontName", sans-serif;
    }

    Best Regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.