Icon Box: Change color and size

Hello,

how can I reduce the size of the circles and the color of the icons and the circle?

Like in this example:

https://masterclassofpersonality.de/

"DU LERNST"

Vielen Dank! :-)

Comments

  • Hey,
    you can change this element using this css or by uploading an icon image of your own.
    body #top .iconbox_left_content .iconbox_icon {
    width: 74px;
    height: 74px;
    font-size: 27px;
    line-height: 72px;
    border-style: solid;
    border-width: 1px;
    border-radius: 500px;
    text-align: center;
    margin-right: 22px;
    }
Sign In or Register to comment.