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*

Info bar (header), 2 issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22333
    cynthia.lovely
    Participant

    I cannot see the phone icon in the header bar at the top of my page. You’ll see (here http://cultivarmktg.com/) that it’s showing a “?” instead. I’d be happy with no icon at all even, but I can’t get rid of the question mark or figure out why I’m not seeing the little icon that I see in the demo.

    I am also not seeing that info bar on mobile. Shouldn’t I be? I’d like it to be there!

    Thanks,
    Cynthia

    #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!

    #22426
    cynthia.lovely
    Participant

    That worked. I thought I created a new problem with that fix but that was something entirely different and I figured it out.

    Thanks!

    #22445

    Ok that’s great cynthia.lovely

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.