New Landing How can we help? Themeforest Theme Support Dante Dante top menu on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #286125
    everbeta
    Member
    Post count: 8

    Hi, I have been trying to get the top bar to appear on mobile, so I can include a clickable phone number in the header on mobile devices. I see that when super search is turned on, the top bar appears with a search icon and the text “Search Here”. Can I replace this with a clickable phone number (ie 631-656-2110) ? I tried to find it within functions.php and header.php but cannot figure it out. A mockup of what I am trying to accomplish is attached.
    Thanks,
    Colin

    Attachments:
    You must be logged in to view attached files.
    #286248
    David Martin – Support
    Moderator
    Post count: 20834

    The Top bar is hidden for mobile by default.

    Youan enable the left, right or both sides using CSS. Example of both sides enabled:

    @media only screen and (max-width: 767px) {
    #top-bar .tb-left, 
    #top-bar .tb-right {
        display: block;
    }
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register