Site logo

[Resolved] Global style background color – mobile device only

Home Forums Support [Resolved] Global style background color – mobile device only

Home Forums Support Global style background color – mobile device only

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

    Hi Team,

    I am using a global style H1 header with a background color.
    I would like to only show this background color on a mobile device. The background color should disabled on all other devices

    Regards,
    Luuk

    #2163324
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media(min-width: 769px) {
        h1.gb-headline-main-h1-header {
            background-color: unset;
        }
    }
    #2163338
    pro123

    Thanks David!

    #2163352
    David
    Staff
    Customer Support

    You’re welcome

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