[Support request] Heading 3 (H3) font size on mobile

Home Forums Support [Support request] Heading 3 (H3) font size on mobile

Home Forums Support Heading 3 (H3) font size on mobile

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by David.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #855448
    Slaven

    How to add H3 font size for mobile.

    Can you please write CSS code for this.

    Thank you

    #855494
    David
    Staff
    Customer Support

    Hi there,

    try this:

    @media (max-width: 768px) {
        h3 {
            font-size: 20px;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.