Hello
I’ve changed my font size to 22px and its effected the text size in the icon box (of course). I wondered if you could tell me some custom css coding so I can reduce the size of the text in the Icon box (without effecting the size of the text in the rest of the website).
Thanks
Hi!
Sure – you can use following css code
#top .iconbox_content p{
font-size: 22px;
}
Best regards,
Peter