Hi I am getting a dash under my telephone number that is at the top right. Any ideas? Screenshot attached. I have added some code re logo etc and some changes - unsure if any of this has made it happen - see below custom code .header_wrapper .logo img { max-height: 160px; } .header_container.not_home { background: #F6860E;} .header_container.not_home{ min-height:200px; } .logo { margin-top: -38px ! important; margin-left: -0px ! important; margin-right: -10px ! important; }
Hello, Paste the following code in your Custom CSS at the bottom. (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .btn { display: none; } This will solve your issue.