Hi, I need to make line height smaller on text blocks over color sections.
I´ve created a css class (titulos-sliders) but I don´t get to add the correct quick css in general styling.
Could you tell me which is the correct css code?
Thank you!!
Hey cipriana,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px) { .titulos-sliders {line-height: 30px!important; }}
please see screenshot in Private Content area
Best regards,
Mike
That works.
Thanks!!