badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Info bar (header), 2 issues

#22386

Hi cynthia.lovely,

You have changed the font fomaily, so your phone icon is not displaying.

Yes in mobile device we have made it hidden. If you want to display in mobile device then
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

.info-bar .info ul li:before {
font-family: 'Genericons';
}
@media only screen and (max-width: 767px){
    #branding .info-bar {
    display: block;
    }
}

Thank you!