Hi!
I would like to change the font color and font size of the title of the Icon Box. It’s a bit small now.
Theme version: 5.4Hello,
You can use this custom CSS code:
.ibox-block .ibox-content h3 {
font-size: 20px;
color: red;
}
Regards
Great, thanks!
And it’s all capital letters, how can I set it to normal :-)?
Change the previous code to:
.ibox-block .ibox-content h3 {
font-size: 20px;
color: red;
text-transform: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.