hey, im using the “showcase” theme and I want to reduce the space between the headlines, the text
is that possible?
Hello @bakyboy ,
- Go to Online Store->Theme->Edit code
- Asset->style.css paste bellow code in bottom of file
.overlay-type .line-1 {
line-height: 1.2em !important;
margin-bottom: 0px !important;
}
.overlay-type .line-3{
.overlay-type .line-3 !important;
}
Note: In case if you need to increase or decrease the gap then little play with the values.
Thanks
1 Like
