Comments Pong started the conversationJune 26, 2018 at 3:55pmHi, how can I add email and telephone icons to the Header Top Bar?I tried with <i class="fas fa-envelope"></i> but its messing the code. 2Brian repliedJune 26, 2018 at 6:15pmYou can add custom CSS, something like this:.top_bar_phone:before { font-family: FontAwesome; display: inline-block; padding-right: 6px; vertical-align: middle; content: "\f095"; } .top_bar_email:before { font-family: FontAwesome; display: inline-block; padding-right: 6px; vertical-align: middle; content: "\f003"; } 895TheFox repliedJune 26, 2018 at 7:53pmHello again,Nothing more to say here except thanks a lot Brian!Pong, if you want to add the custom css Brian gave you, you can do it fromCesis > General settings.There you have a field to put custom css.Do not hesitate to contact us if you have more questions. Have a nice day! Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Pong repliedJune 27, 2018 at 9:40pmWorked like a charm, thanks @Brian and team. 895TheFox repliedJune 28, 2018 at 9:13amYou're welcome!Glad to hear that your issues have been fixed.Do not hesitate to contact us if you have more questions. Have a nice day! Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Sign in to reply ...
Hi, how can I add email and telephone icons to the Header Top Bar?
I tried with <i class="fas fa-envelope"></i> but its messing the code.
You can add custom CSS, something like this:
.top_bar_phone:before {
font-family: FontAwesome;
display: inline-block;
padding-right: 6px;
vertical-align: middle;
content: "\f095";
}
.top_bar_email:before {
font-family: FontAwesome;
display: inline-block;
padding-right: 6px;
vertical-align: middle;
content: "\f003";
}
Hello again,
Nothing more to say here except thanks a lot Brian!
Pong, if you want to add the custom css Brian gave you, you can do it from
Cesis > General settings.
There you have a field to put custom css.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Worked like a charm, thanks @Brian and team.
You're welcome!
Glad to hear that your issues have been fixed.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme