Where can I style the "list" header?
[Links visible only for registered users]
[list icon="icon-clock" title="Timely Completion" style="2"]Vitae adipiscing turpis. Aen ean ligula nibh molestie[/list]
Towards the bottom
[Links visible only for registered users]
Comments
as you can see on [Links visible only for registered users] you set this heading to be "Droid Serif" font which does not load anywhere. This is the reason why this title is not styled. So or you need to load this font or you should change font to existing one with the following css:
.list_item .list_right h4 { font-family: "Arial" !important; color: #000 !important; font-size: 20px !important; }With the css for font family, we gave you also css to change it's color and size.THANKS!