Hello Francisco,
Thank you for using our theme AcmeBlog.
Please go to Appearance=> Customize => Layout/Design Option => Custom CSS and use following CSS.
@media screen and (max-width:767px) {
.slider-feature-wrap {
display: none;
}
}
You can change 767px in your desire width.
Also if you want to customize the theme, please use Child Themes
You can also use our support forum for any query.
Best Regards,
AcmeThemes
Hi
thanks, but the correct code to HIDE the FEATURED SECTION (frontpage) on mobile devices is:
@media screen and (max-width:767px) {
.slider-feature-wrap {
display: none;
}
}
Maybe you mean hide the featured image on posts…
btw, thank you!! This theme is great!! =]
Thank you for your feedback :), It will really motivate us if you rate our theme here https://wordpress.org/support/view/theme-reviews/acmeblog.
By viewing the code,I think our code are same.
We provided you the tested code. Can you please check and confirm?
Best Regards,
AcmeThemes