Hi there,
I’m struggling to find how to remove a telephone number that I place onto my website. See image below.

Please help
Thank you
Tracy
Hi there,
I’m struggling to find how to remove a telephone number that I place onto my website. See image below.

Please help
Thank you
Tracy
Hello Tracy,
Thanks for asking. 
I looks like you might have added the the phone number using some custom code. To hide the phone number, you can add following CSS under X > Theme Options > CSS:
.my-phone {
display: none !important;
}
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g
2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI
Thanks.
Thank you for the links Prasant - I’ll look at them later.
Prasant, I can’t find where to add your css! See image.

I have looked in each tab, but I can’t find where it goes 
Tracy
Hello Tracy,
Thanks for updating the thread.
You can find the CSS panel in the lower left hand side of theme options panel. Kindly click on that to add the CSS code. Please see screenshot.

Thanks.
Some times I feel such an idiot

It worked perfectly.
Thank you.
We are always here to help you out, Tracy. You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.