Good evening together :-)
I had a look in the showcase – must say really beatifull websites! Thanks to the kriesi-team :-)
I found this page:
http://drivott.com/
How can I style icon boxes like the paragraph “Where we work” and a textbox like the paragraph “What we do”? This looks so awesome!
Thanks for help!
Grüsse
Fabrice
Hi Fabrice!
The icons are simply Icons with these settings:
The paragraphs have a custom class assigned to them, in the Quick CSS they added this:
#top .sdp-border {
padding: 10px 20px 4px 20px;
border: 1px solid #333;
background-color: rgba(24,24,24,0.49);
-webkit-box-shadow: 0px 5px 46px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 46px -6px rgba(0,0,0,0.75);
box-shadow: 0px 5px 46px -6px rgba(0,0,0,0.75);
}
Regards,
Josue
Hey Josue
Thanks for your reply!
Sorry, I’m a little bit confused. How can I enable the function
add_theme_support('avia_template_builder_custom_css');
Oh damn, think I’m to stupid to add a icon ._.
I don’t see a content elemnt like this on your picture… What’s the name of the content element or isn’t it a content element?
And if I add a “Font Icon” I haven’t the same menu as on your picture.
Grüsse
Fabrice
Hey!
You put that line in the functions.php file (at the very end).
Regarding the Icon element, you can find that in Content Elements > Icon
Cheers!
Josue
Hey Josue!
Thanks, works perfect!
But I can’t find the Content Element “Icon”
Here a screen of my available content elements..
Hi!
You are currently using an older version of the theme, please update it to the latest version 2.4.5 ( http://kriesi.at/documentation/enfold/updating-your-theme-files/ ) and Icon element should be added
Regards,
Yigit