Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1433468

    Hi Enfold support, I have a question:
    I want to use Promo Boxes on my website.
    The text I fill in is much smaller fontsize then all the other paragraph-text on the website.
    Is it possible to make it bigger?
    See the attached information
    I hope you can help me!

    #1433499

    Hey JoStudioDeRijp,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-promocontent p {
      font-size: 16px;
    }

    Best regards,
    Rikard

    #1433655

    Thanks Rikard!
    Do you also have something to make the headings in de Promoboxes a bit bigger, without using a H2? That is too big. I now have it in H3 but that’s a bit too small…

    #1433715

    Hi,

    Please try this CSS as well:

    .avia-promocontent h3 {
      font-size: 22px;
    }

    Best regards,
    Rikard

    #1433806

    Hi Rikard,
    Unfortunately nothing happens when I do that. Also try to use with 26px font-size in this code.
    Do you may be know another solution?

    #1433815

    Hi,

    Please try this CSS instead:

    .avia-promocontent h3 {
      font-size: 22px !important;
    }

    Best regards,
    Rikard

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