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

    Hi,
    i need to have another fontsize for the titles of the toggler.

    This is what i tried but without success.

    @media only screen and (max-width: 767px) {
    h3.toggler-title {
    font-size: 12px!important;
    }}

    Regards, simon

    #1009999

    Hey simon,

    @media only screen and (max-width: 767px) {
    p.toggler {
      font-size:20px;
    }
    }

    Best regards,
    Rikard

    #1010087

    Hi Rikard,

    i had to add !important then it works

    @media only screen and (max-width: 767px) {
    p.toggler {
      font-size:13px !important;
    }
    }

    Thanks

    • This reply was modified 6 years, 2 months ago by simonac.
    #1010143

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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