-
AuthorPosts
-
July 22, 2015 at 11:44 am #476982
Hi
I’ve used the CSS suggestions to change my header information, but cannot find the solution to change the secondary menu that includes a phone number and text. (See screenshot).
http://gyazo.com/b6bf1b2cd3d00eb5b2b4b30b29b9aab1
Any recommendations?
Derrick
July 22, 2015 at 1:42 pm #477036Hey Derrick!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.phone-info { font-size: 18px; }
Regards,
YigitJuly 22, 2015 at 1:47 pm #477039Thank you Yigit. Perfect Now that I have the tag, I can play around a bit more with links, colour, etc. Thanks
July 22, 2015 at 2:00 pm #477045Hi!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitAugust 15, 2016 at 8:35 pm #672866yigit,
how do i add this code to the phone number? i am tracking when people on mobiles click on the phone number on top.
i figure that i need to add some sort of code to the phone number link maybe? but not sure how.Thanks!
<!– Google Code for calls from cellphone Conversion Page
In your html page, add the snippet and call
goog_report_conversion when someone clicks on the
phone number link or button. –>
<script type=”text/javascript”>
/* <![CDATA[ */
goog_snippet_vars = function() {
var w = window;
w.google_conversion_id = 1052668207;
w.google_conversion_label = “hIknCMOuhGkQr-L59QM”;
w.google_remarketing_only = false;
}
// DO NOT CHANGE THE CODE BELOW.
goog_report_conversion = function(url) {
goog_snippet_vars();
window.google_conversion_format = “3”;
var opt = new Object();
opt.onload_callback = function() {
if (typeof(url) != ‘undefined’) {
window.location = url;
}
}
var conv_handler = window[‘google_trackConversion’];
if (typeof(conv_handler) == ‘function’) {
conv_handler(opt);
}
}
/* ]]> */
</script>
<script type=”text/javascript”
src=”//www.googleadservices.com/pagead/conversion_async.js”>
</script>August 19, 2016 at 12:01 pm #674701Hi,
you could paste your custom code into ALB’s Code Block element or if you want to paste it into header.php or footer.php then I would go for a plugin with such a function.
Best regards,
AndyMay 22, 2017 at 11:06 pm #797967How do you style the phone number once you make it a hyper link with
<a>
also, how to style the color for the hover?
thanks
ccMay 23, 2017 at 3:17 am #798027Hi @masonstudios1,
You can try something like this code in Quick CSS:
.phone-info a { color: red; } .phone-info a:hover { color: green; }
Best regards,
SarahSeptember 25, 2017 at 4:25 pm #856567This did not work for our site,
Probably the phone number tag has changed?.phone-info …?
September 25, 2017 at 5:02 pm #856590Hi!
@beenee Can you please start a new thread under Enfold sub forum and attach temporary admin logins in private content field so we can look into it? If you post them here, they will be visible to creator of this thread as well and to avoid any confusion, i am closing this thread for now.Regards,
Yigit -
AuthorPosts
- The topic ‘Change font size of header phone number’ is closed to new replies.