Change layout of title Icon Box - by Annet

This topic has 4 replies, 2 voices, and was last updated 4 years, 8 months ago ago by Rose Tyler

  • Avatar: Annet
    Annet
    Participant
    August 3, 2019 at 14:07

    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.

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 3, 2019 at 14:12

    Hello,

    You can use this custom CSS code:

    .ibox-block .ibox-content h3 {
        font-size: 20px;
        color: red;
    }

    Regards

    Avatar: Annet
    Annet
    Participant
    August 3, 2019 at 16:50

    Great, thanks!

    And it’s all capital letters, how can I set it to normal :-)?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 3, 2019 at 16:54

    Change the previous code to:

    .ibox-block .ibox-content h3 {
        font-size: 20px;
        color: red;
        text-transform: none;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.