Home › Forums › Jevelin Theme › Add whatsapp in the topbar
Home › Forums › Jevelin Theme › Add whatsapp in the topbar
How to add Whatsapp Field in the header 2 – with the phone number and email in the top bar. in the top bar i need Phone, Email and Whatsapp.
Also whatspp icon is not coming on the site. Even after selecting from the dropdown list its coming blank.
Hi @juzerdhoon,
I hope you are well today and thank you for your question.
There is no theme option to achieve this.
To achieve this, you have to develop custom code in the child theme of the Jevelin theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Best regards,
Shufflehound team
Whatspp icon(font awesome icon) is not coming on the site. Even after selecting from the dropdown list its coming blank.(from the icon group element)
Could you please share the screenshot of the dropdown list where you are selecting it?
In icon group, the icon is selected in the list but on the output its not visible.
Could you please share the page URL from your site where it is not displaying so that I can troubleshoot it?
https://demo.divergenic.com/wp/newfields_website/
In the footer next to linkedin
It is not displaying on your website because the team-press plugin that you are using is overwriting the font awesome.
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-icon-group-item i.fa.fa-whatsapp { font-family: 'FontAwesome'; }
AT the top bar of https://demo.divergenic.com/wp/newfields_website/
Im not able to give link for example: for phone, for email.
If you are talking about the header topbar options like email and phone number then you can make them clickable to have linked by using the child theme solution shared in the following topic.