• losrack

    (@carlos-jaramillo)


    Hi,

    I am using a child theme for storefront.

    I am trying to get rid of page titles when navigation toggles to handheld, or at least reduce font size.

    Please help. It is the last thing to resolve in order to get my site going.

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Just add some custom CSS.

    @media screen and (max-width: 768px) {
    .page-title {
    font-size: 1em;
    }
    }

    Regards

    Thread Starter losrack

    (@carlos-jaramillo)

    Hi James..

    Thanks for your response.

    Sadly it doesn’t work. I hope you can help me out since page titles are so huge when on handheld. I don’t know why they are coded so big.

    regards

    Hey,

    What exactly are you trying to change? Please include a screenshot.

    Thanks

    Thread Starter losrack

    (@carlos-jaramillo)

    Wish I could upload a screenshot … don’t find how to upload it

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘handheld page title Storefront’ is closed to new replies.