Hey guys. Thank you for the great theme! Can you help me out on my startpage.
I want to add some content boxes here: http://imgur.com/ckbdhk1
The homepage should work like here: http://www.homepage-magic.at/ colors of the areas should change on mouse over and on click the website sould slide down to the content. can i do this with enfold? which elements do i need?
Greetings!
How can i add an content box like this to my page? which element from the layout builder should i use to get this result? http://imgur.com/XrkfRvF
And how can i add a phone number to the right end of my header menu like here: http://imgur.com/mKwIVhb
i only find an option to add it to the top menu but i really would like to add it in the header like the screenshot above.
How can i add a background color to the fonts in the image caption like here: http://imgur.com/fq4aYRm
Hi Alexander
1- Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your icon elements a custom CSS class and then add following code to Quick CSS
.your-custom-class:hover * { background-color: red !important; color: white !important; }
2- Seems like you figured it out
3 – Please go to Appearance > Menus and add your phone number as Custom Link
4- Please add following code to Quick CSS
.slideshow_align_caption h2 {
background: rgba(255,0,255,0.5);
}
Regards,
Yigit