Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #231765
    costin
    Member
    Post count: 199

    Hi,

    Under title “Detalii Traseu”, the left column has a text for which I’ve created a custom class to have a bigger font size. I’ve put .bigtext in the extra class name and the code in the custom css. Unfortunately it’s not working. Could you please help me figure it out why?

    .bigtext {
    font-size: 18px;
    }

    Thank you!
    Costin

    #231836
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You need to target the paragraph tag, try this:

    .bigtext p {
      font-size: 18px;
      line-height: 28px;
    }

    – Kyle

    #231842
    costin
    Member
    Post count: 199

    Perfect, thank you!

    #231845
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register