Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1283674

    So far I can only select 8 -10-12-14-18-24-36 but I would like to be able to select a very large one such as 80 etc.
    How can I integrate them there?

    Bisher kann ich nur 8 -10-12-14-18-24-36 anwählen ich möchte aber eine sehr große wie zb. 80 und andere individuell auch anwählen können.
    Wie kann ich diese dort integrieren?

    Thx / Danke

    #1283970

    Hey p-force,

    Well, it can be done with the css.

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1284124
    This reply has been marked as private.
    #1284161

    Hi p-force ,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 1024px) {
      #top .avia_textblock h1 {
        font-size: 80px !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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