Hi
I want to make my phone number on my top bar and contact us page clickable - Therefore if someone clicks it on a mobile it will ring?
Can you please advise on how to do this?
Kind Regards
Conor
Hi
I want to make my phone number on my top bar and contact us page clickable - Therefore if someone clicks it on a mobile it will ring?
Can you please advise on how to do this?
Kind Regards
Conor
Hey Conor,
You’ve asked in your other thread how to do this in the footer. Please check my answer there as it applies to all areas where you can insert HTML.
Thanks.
Hi
Thank you.
Can i make my headline ie Contact Us , about us, quick links - bigger font size? They are also grey how do i make them just white? there seems to be an white overlay on all the footer text if i change it to any other colour other than white?
Hey There,
To make the headlines of your footer widgets a bigger font and in white color, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
h4.h-widget {
font-size: 25px;
color: white;
}
.widget {
text-shadow: none;
}
The code will also remove the text shadow which will make the text just in plain white.
Please let us know if this works out for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.