Site logo

[Resolved] Add text over the secondary navigation

Home Forums Support [Resolved] Add text over the secondary navigation

Home Forums Support Add text over the secondary navigation

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #155966
    sheik

    Hi,,

    Newbie here…

    I have implemented the secondary navigation with some social media custom link icons towards the right side of the page. So on the left side of the menu there is quite a bit of real estate. I would like to add my phone number here. Is that possible?

    Thanks for a blazing speed theme!

    #155976
    Are Martin

    You could add a phone number as an additional custom link menu item. In the url field you can add the phone number like this tel:12345678 with no spaces. Then in the link text field you can add the phone number with the proper spaces between the numbers.

    This way the phone number will be clickable on smartphones.

    #155988
    Tom
    Lead Developer
    Lead Developer

    Are is right – that’s your best bet.

    Then, if you want that item to be on the left side, you can give it a custom class (https://generatepress.com/knowledgebase/using-menus/#custom-classes).

    With that class, add your CSS:

    .your-chosen-class {
        float: left;
    }

    That should do it 🙂

    #156159
    sheik

    Great Thanks!

    #156209
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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