Reply 310695 to: Changing font size in promobar on mobile view

Avatar: Olga Barlow
Olga Barlow
Support staff
December 2, 2021 at 14:30

Hello,

There is no special option for this. So, I added below custom to Theme Options > Custom CSS > Mobile

.mobile-header-wrapper .header-promo-text span {
    white-space: normal;
    text-overflow: unset;
    line-height: 1.3;
}
.mobile-header-wrapper .et_promo_text_carousel {
		--promo-text-height: 90px;
}

Check if it suits your needs.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.