Hi I am using the following code to add some text into the header and I am not wanting it to display on mobile. I see reference to visibilty but I am having trouble implementing it. Could anyone please assist? x-hide-xs x-hide-sm
MY css
/*Add Text to To Header*/
.custom-ph {
position: relative;
top: 85px;
float: right;
font-size: 28px;
right: -46px;
}
.masthead-inline .desktop .x-nav {
margin-top: -39px;
}
So I am just wanting this code not to run on small screens and phones. Thanks for any help!