• Resolved paul55

    (@paul55)


    Hi all. I’m trying to amend the Big Title size, for mobile only. looking for the CSS that will work – at present, our name wraps on iPhone (at least – haven’t tested other devices).

    I’m using Orfeo (a child of Hestia). Hope someone can assist, thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @paul55

    Please add the following custom CSS to Appearance -> Customize -> Additional CSS section to change the big title font size in mobile devices.

    @media (max-width: 480px) {
    .carousel .hestia-title, h1.hestia-title {
        font-size: 35px!important;
    } }
Viewing 1 replies (of 1 total)
  • The topic ‘Change Big title size for mobile only’ is closed to new replies.