Shop Categories

X

Adjust fonts of Front-Boxes title and text field

Home Forums Agama Pro Adjust fonts of Front-Boxes title and text field

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6745
    mieg62
    Participant

    For Frontboxes you have a field for the frontbox title and a text field. Where can I change the font for the frontbox title and for the text field?

    #6747
    Zex
    Moderator

    Hi,

    To adjust the font size and family for the front box title and a text field,
    add the CSS code below into Customizing ▸ General ▸ Additional CSS

    for the front box title:

    #frontpage-boxes h2 {
        font-size: 16px;
        font-family: "Raleway", sans-serif;
    }

    for the front box content:

    #frontpage-boxes p {
        font-size: 15px;
        font-family: "Raleway", sans-serif;
    }

    https://prnt.sc/hanrqo

    change the font-size and font-family value per you need.

    Regards

    • This reply was modified 5 years, 12 months ago by Zex.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.