Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #79519
    luismarioochoa
    Participant

    Hello Sakin,

    You helped me place a transparent background image that looks great on desktop http://www.luismario.com but it’s partially hidden on mobile. Please help me correct this by either lowering the background image so that it fully shows on mobiles or completely hide it on mobiles. Thank you so much in advance.

    #79537
    Sakin
    Keymaster

    @luismarioochoa: Let me know what you want to do it. I have already answered you about it at http://catchthemes.com/support-forum/topic/opacity-rgba/ and if you want to hide it then you can add the following css:

    @media screen and (max-width: 960px) {
    	body.custom-background { background: none #fff; }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Background Image partially hides behind header in Mobile’ is closed to new replies.