hide 2nd phone number centered logo

 avatar
user_3758723130
css
a year ago
175 B
8
Indexable
/*START - Hide 2nd phone number*/
nav#global-navbar {
    div.header__right .navigation__item:last-child {
        display: none;
    }
}
/*END - Hide 2nd phone number*/
Editor is loading...
Leave a Comment