Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #342538

    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?

    #343016

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.