remove slider from mobile

how can i remove slider image just from mobile?

and how can i create a bar above menu to display phone and social icons?

thanks!!!

HI @caionog,

I hope you are well today and thank you for your questions.

how can i remove slider image just from mobile?

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


@media (max-width: 768px){
.flexslider {
    display: none;
}
}
and how can i create a bar above menu to display phone and social icons?

To help us keep support thread separates could you please create new thread for each of your other questions here Sparkling - Colorlib Support Forum instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Best Regards,
Movin

Thanks a lot, it worked.

Im going to create another topic

You are most welcome :slight_smile: