how can i apply the normal text style (avia text block) to the icon text here: http://www.alfaweb.at/testwaldi/ueber-wiwaldi/
Hi!
This will do it:
#top .iconlist_title {
font-family: "Open Sans";
letter-spacing: 0;
}
Remember that you can set a custom class to specific elements (and change code accordingly) if you want this mod to apply to certain elements only.
Cheers!
Josue
Thanks Josue.