Tagged: icon grid
Dear all,
this may sound a bit weired but is there a way to use the Icon Grid without showing an icon?
Just title and subtitle?
Thank you so much in advance.
Hey cosmicyes,
I guess you could hide the icon yes, could you post a link to where we can see the elements in question? Do you want to hide the icons site wide or for just one page?
Best regards,
Rikard
At the moment I cannot post a link as the site is under construction on localhost.
I just want to remove it on one page – I added an Icon Grid, 4 Elements with title and subtitle.
The icon just is a little too much here so I just want to hide it.
If I use Icon Grid on a different page maybe it´s good to have icons.
Any idea? Thanks in advance.
if you give to the icongrid alb element itself a custom-class f.e.: without-icons this class goes to the wrap container.
Then you only have to select the icons within custom class :
.avia-icon-grid-container.without-icons .avia-icongrid-icon {
display: none;
}
Thank you Guenni007.
I am not so familiar with adding custom css to Enfold by now.
I have added it with some modification to quick CSS and it works great.
Of course this now is a global setting – but I´ll figure out how custom CSS works ;-)
Thanks again!
Update:
I deleted the code from quick CSS and added a Code Block Element to the page where I use the Icon Grid.
Then I added your code like this:
<style>
.avia-icongrid-icon {
display: none;
}
</style>
Works great!
Hey,
You can simply edit your Icon Grid element and go to Advanced tab and open “Developer Settings” tab add custom CSS class as shown in the screenshot – https://imgur.com/a/v8polBG
@guenni007 thanks for your help as always!
Regards,
Yigit