Icon with text

Hello, i would like to add icon into red rectangle before text (see attached pictures how it should look like). I tried to use classic feature headline but at this element i cant change background to red.
My second question is how can i make the space between columns smaller.

thanks

Hello Pavel,

Thanks for writing in!

I suggest you to use Classic feature headline and to change the background color, add following CSS under Pro > Theme Options > CSS:

.h-feature-headline span {
    background-color: #ed3833;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.