Iconbar nav__________

hello

i would like to reduce the height of the iconbar nav. could someone tell me the CSS class or the CSS code for it?

Many thanks Peter

I found a solution:

go to Design>Customizer>Custom CSS and JS

Enter the following in the Custom CSS area:

/* ICONBAR NAV */
.feature-block {
border: 0px
}
.feature-block {
padding: 1px
}
.feature-block {
margin: 1px
}

0

Ty for updating the post with your solution.