Comments rantanensamuli started the conversationDecember 18, 2017 at 12:36pmHello,Is there possible to change first row's background image in mobile view? 9,016Tahir repliedDecember 18, 2017 at 2:38pmHey Again,No i am afraid there is no such option available at the moment. Be.st ThemeNectar Support Team rantanensamuli repliedJanuary 2, 2018 at 8:40amSolved 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; } Sign in to reply ...
Hello,
Is there possible to change first row's background image in mobile view?
Hey Again,
No i am afraid there is no such option available at the moment.
Be.st
ThemeNectar Support Team
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;
}