 
	
		
		
		
		
			
Hi guys for some reason I can’t get the phone number to appear in the header top right when the option is selected?
What could I be doing wrong? Thanks.
If you can take a quick look at this for me that would be much appreciated.
Hey obsessionz!
You have following code in Style.css file of your child theme
#header_meta {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top: medium none;
    margin-bottom: -1px;
    min-height: 30px;
    z-index: 10;
    display:none !important;
}Please remove the last line “display: none !important”
Regards,
Yigit
