Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #815768

    Hello,

    I want to Hide Hide Particular Elements(lets say share icons shortcode) on Tablet, Desktop and All Higher Resolutions and wants to show the same element on all the Mobiles.

    Quick help will be appreciated.

    • This topic was modified 6 years, 9 months ago by Support.
    #815806

    Hey omneslaw,

    You can use CSS media queries for that, this for instance will target everything above mobile:

    @media only screen and (min-width: 768px) {
      .element-class {
        display:none;
      }
    }

    Best regards,
    Rikard

    #815821

    Rikard,

    It is now disabled on the Desktop and Tablet versions.

    Thanks for the help.

    Also wants to know how to add custom class and id to the elements other than row, color, grid sections.
    As there is no option available to add custom class name to the elements.

    Regards,
    OMNES Law

    #815846

    Hey!

    Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ :)

    Best regards,
    Yigit

    #815855

    Hello,

    That is for the Menu Items, I need a way to add the custom classes to the elements such as text box, special heading, icon box, columns, rows,etc.,

    Can you please send me some guides to implement this.

    #815957

    Hi,

    This article ought to help you: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    John Torvik

    #1264248

    We really need a small Icon at the bar of the Elemtbuilder next to the “Copy”, and the “Add to template” Icons!

    #1264256

    Hi,


    @hunter74
    You can go to Advanced > Responsive and toggle the options there :)

    Best regards,
    Yigit

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