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.
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
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
Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ :)
Best regards,
Yigit
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.
Hi,
This article ought to help you: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
John Torvik
We really need a small Icon at the bar of the Elemtbuilder next to the “Copy”, and the “Add to template” Icons!