Hide Headline Icon on mobile view

I would like these headline icons to be hidden on mobile view and the text to be aligned across entire mobile phone width


https://davpum2.dreamhosters.com

Hi @entrepastor,

Thank you for writing in, to hide the icon on mobile view, you can add this to the Headline’s Element CSS area

@media (max-width: 767px) {
	$el.x-text .x-graphic {
		display: none;
	}
}

Please note that the code provided above serves as a guide only and is to help you in resolving your issue, implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.

If you are unfamiliar with code and resolving potential conflicts, you may opt-in on our One service for further assistance.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.