Comments ChristianPhase started the conversationJune 12, 2017 at 4:23pmI would like to increase the size of the text in the top area (where the phone number is) and if possible make it bold. Is this supported or does it need bespoke css?Many thanks 4,772Michael repliedJune 13, 2017 at 11:09amHI!You can make changes in the top area using only with Custom Css.ChristianPhase repliedJune 13, 2017 at 7:07pmHi Michael,Thanks for your reply. Would you be able to give me the css that i need to post to make this text size change?Thanks 4,772Michael repliedJune 14, 2017 at 9:17amHi, Please share admin access. We will try to inspect problem on your site. And indicate where and exactly what you want to change.ChristianPhase repliedJune 14, 2017 at 10:06amHi Michael, I am confused why you cant just tell me how to change this section...please see attached screenshot. Nothing is broken, i just want to know what code to use to make the phone number a larger font size and bold. ANy ideas? 4,772Michael repliedJune 14, 2017 at 11:51amHI! pls. use following css, for example: .gem-contacts-item.gem-contacts-address { font-weight:bold; font-size:30px; } .top-area-menu .nav-menu > li a { font-weight:bold; font-size:30px; } 1 Like Sign in to reply ...
I would like to increase the size of the text in the top area (where the phone number is) and if possible make it bold.
Is this supported or does it need bespoke css?
Many thanks
HI!
You can make changes in the top area using only with Custom Css.
Hi Michael,
Thanks for your reply. Would you be able to give me the css that i need to post to make this text size change?
Thanks
Hi,
Please share admin access. We will try to inspect problem on your site. And indicate where and exactly what you want to change.
Hi Michael,
I am confused why you cant just tell me how to change this section...please see attached screenshot. Nothing is broken, i just want to know what code to use to make the phone number a larger font size and bold. ANy ideas?
HI!
pls. use following css, for example: