Okay
  Public Ticket #2750844
Landline number
Closed

Comments

  •  7
    Debbie started the conversation

    Hey, looking at adding a landline number to this website but keeping the mobile number. How can I add an additional icon to the top area shown on the screenshot attached? Currently the mobile number is connected to the phone icon

  •  277
    Noah replied

    Hi Debbie,

    Thank you for writing to us.

    Please have a look at this Article :

    Add Phone-Number/Email in secondary menu with icon.

    Thanks


  •  8,394
    Tahir replied

    Hey Again,

    Try adding another icon and then replace it using similar code: 

    .fa-phone:before {
        content: "\f10b";
        font-size:21px;
    }
    

    Thanks 


    ThemeNectar Support Team