Lower case in announcement bar - Pipeline theme

Hi,

anybody knows how to change the announcement bar text from all capitals to normal lower case?

Thank you!

Hi,

Please add the code below to Assets/theme.css.

.announcement__text {
    text-transform: none !important;
}

Hope it helps.

Thanks.

1 Like

Hi! thank you very much for it didn’t work I am afraid! :disappointed_face:

@MonikaBo

Hi,

Most themes use the announcement with .announcement__text class.

However, I checked the Pipeline Theme and found they used additional classes for the announcement text. Please use the code below.

.announcement__text p, span.cart__message-default {
    text-transform: none !important;
}

If it doesn’t work, please let me know.

Hope it helps.

Thanks.

Hi, thank you so much but it still doesn’t work :disappointed_face: