Custom CSS and Social Icons not showing on ipad

Hi

I have used the following Custom CSS

#social:after {
display: block;
font-size: 18px;
color: #FBC60C;
weight = bold;
content: “Fone +123456789”;
}

To display a phone number under the social icons, these are not showing on my iPAD

Is this normal?

Thank you

Hi @alphaaero,

I hope you are well today and thank you for your question.

Could you please try using the following CSS code instead of your shared CSS code?

#social:after {
display: block;
font-size: 18px;
color: #FBC60C;
font-weight: bold;
content: "Fone +123456789";
}

If the above code also doesn’t work for you then you can try achieving this by using the solution posted in the following reply.

https://colorlibsupport.com/t/adding-telephone-to-header/#post-20449

Best Regards,
Movin

Again, thank you, sorry for the delay in responding, I have been off line over christmas. I see the error that I made, and now the font is displaying bold as I wished, a small yet significant mistake! Thanks

You are most welcome here :slight_smile: