Okay
  Public Ticket #2629461
Product title font size on mobile
Closed

Comments

  • mejisan started the conversation

    How can i reduce the standard font size for product titles on mobile only?

    On mobile my product titles are too big - see pic 


    https://prnt.sc/w0wwdk

  •  869
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working at the weekend.

    Please add the following code at Appearance > Customize > Additional CSS with the font size you want.

    @media(max-width:768px) {
        .o-hero .o-hero__content .o-hero__content__title {
            font-size: 14px !important;
        }
    }
    

    Feel free to ask for anything you need.

    Kind Regards