Hi.
What i would like to do is instead of the normal frontpage displayed on mobile phones to have a category list. This would replace the main content from the page (slider and other central elements).
I’ve placed an example website in the Private Content area.
How can i achieve this?
Hi kinderheim511!
Currently it is simply not possible. However you can turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give the elements you would like to hide on mobile a unique class and add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.hide-on-mobile { display: none !important; }}
Best regards,
Yigit