[Support request] header elements problem

Home Forums Support [Support request] header elements problem

Home Forums Support header elements problem

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1353879
    jose cases

    I create s header with elements with a custom image and so on.
    I look great.
    Bu t in mobil i ned to remove the custom image as text cannot be read.
    Im taking a look to options but i cannot se how to remove the custom image only for mobile
    Some body can help me?
    Regards,

    #1354120
    Leo
    Staff
    Customer Support

    Hi there,

    Do you need to remove the image on all page hero or just the home page hero?

    #1354879
    jose cases

    Hello, i need to show image in all site, but onoy in desktop.
    Thanks

    #1354911
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (max-width: 768px) {
        .page-hero {
            background-image: none !important; 
        }
    }
    #1356158
    jose cases

    Great.
    Solved!
    Many thanks!

    #1356317
    David
    Staff
    Customer Support

    You’re welcome

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