-
Author
-
April 8, 2018 at 17:56 #194131medienvirusParticipant
Hi,
i don’t find where i can put a telephonenumber inside the top bar on the upper left side.
where can i do this?
Cheers and thank you! Great theme so far!
April 8, 2018 at 18:31 #194142Kieran_SQModeratorHi,
The top left area of the top bar is reserved for social media icons and there is no option to add a telephone number currently. You can however override the template by copying the below file from your main KLEO theme into your KLEO Child theme
Copy from
/kleo/page-parts/general-header-section.php
Copy to
/kleo-child/page-parts/general-header-section.php
Once you have copied this file scroll to line 80 where you see the below text
<div id="top-social" class="col-xs-12 col-sm-5 no-padd<?php echo $social_icons_class; ?>">
Drop a line and add the the below snippet under this text
<a href="tel:+15555555555">Call +1 555 555 5555</a>
Replace the number in both parts of the string and the text to suit your needs – save. Clear your website cache and local cache (Ctrl+F5) to see the changes.
I will recommend to the developers that we add an option for this going forward.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
April 8, 2018 at 19:10 #194146medienvirusParticipantAwesome! 😀
Works fine! Thank you for your support on a sunday! 🙂
April 8, 2018 at 19:18 #194147Kieran_SQModeratorNo worries, we’re here to help any time 🙂 If you have any other questions please feel free to open a new ticket and we’ll be happy to assist.
If you have a spare moment please consider leaving the support you received and/or KLEO a review on ThemeForest. Every review really does help.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.