Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #509646

    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

    #509683

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.