Hello,
for my new project I need the contenct element Icon-List.
So I have apply the icon list an that is ok – but I need a other style of the fonts.
I already changed the color of the fonts but I also need a other font size for the title AND for the content.
Where can I change this – is there somwhere in the css a opportunity to do this?
Thanks a lot
Flo
Hi nullhorn!
Add this to your custom CSS.
.iconlist_title { font-size: 12px !important; font-family: verdana !important; color: red !important; }
.iconlist_content * { font-size: 12px !important; font-family: verdana !important; color: red !important; }
Regards,
Elliott