Okay
  Public Ticket #713654
Gradient Overlay
Closed

Comments

  • jordan started the conversation

    Hey there!

    Is there any way to make the custom gradient overlay only show up on mobile?  Really hoping so.  Thanks a ton.

  •  8,992
    Tahir replied

    Hey ,

    Could you provide a screenshot and page url where i can see the color Gradient ?. 

    Best.


    ThemeNectar Support Team 

  • jordan replied

    Hey.  Sure, here ya go attached!  Just want it to show on mobile not desktop.


  •  8,992
    Tahir replied

    Hey Again,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (min-width: 1000px) {
        .row-bg-wrap.instance-1:after {
            opacity: 0 !important;
        }
    }
    
    

    Best.


    ThemeNectar Support Team 

  • jordan replied

    Hey! Thanks!  However its only fixing it for some of the rows...see my link:

    http://jordanrosenheck.com/ 

    Some still have the gradient on it

  •  8,992
    Tahir replied

    Hey Again,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (min-width: 1000px) {
        .row-bg-wrap:after {
            opacity: 0 !important;
        }
    }
    

    Bes.t


    ThemeNectar Support Team