- This topic has 1 reply, 2 voices, and was last updated 7 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › University Hub Pro › 2 Phone Numbers in the Header
Is it possible to change the email contact in the header to be a second phone number field? Right now the theme only lets you have 1 number in the header and we would like to add a second underneath it if possible.
Thanks,
Jesse
Hello @cbhs-sacramento,
The field to enter the phone and email is control through the customizer . And to change the setting require higher code customization . So if you want any other change along with this feature you can always consider hiring the customizer .
To hire a developer please follow the link below
http://themepalace.com/hire-a-customizer/
Although we can even provide the quick fix to display the phone number through the use of java script . But you have to place the static phone number .
To place the java script you can use plugins . Below is the link to one of them .
https://wordpress.org/plugins/custom-css-js/
After activating the plugin paste below given Js .
jQuery(document).ready(function($){
$('.quick-call-info > .quick-email').remove();
$( '.quick-call' ).after( '<a class="quick-call" href="tel:56984">56984</a>' );
});
Here in the line
$( ‘.quick-call’ ).after( ‘56984‘ );
replace the no 56984 with your number in both the place .
Hope this helps.
Best Regards!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |