Okay
  Public Ticket #1406239
Different background in mobile
Closed

Comments

  • rantanensamuli started the conversation

    Hello,

    Is there possible to change first row's background image in mobile view?

  •  9,016
    Tahir replied

    Hey Again,

    No i am afraid there is no such option available at the moment. 

    Be.st


    ThemeNectar Support Team 

  • rantanensamuli replied

    Solved this by making row "Background Image Mobile Hidden" and background color clear.
    Setted row Extra Class Name and then added the custom css.

    .example {
       background-image: url("/wp-content/uploads/example.jpg");
        background-position: center; 
        display: block; 
        min-height: 50px;
        min-width: 50px;

     }