I’d like to change the color of the text in the header line above the menu to white but since the color is the same as the background of the menu it blends in. Can I change the color of the phone number to white and keep the menu a darker color?
Also, can I increase the size of the line and the size of the font by a few points?
Hey satucker,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.phone-info span {
color: #fff;
font-size: 14px;
}
Best regards,
Rikard
Thanks, this is what I needed. However, when I look at the number on mobile devices it shows the phone number as tinted the same way it would be a clickable link. Is there another short code I could use that would allow the phone number bar to override the site rules for color of links and just keep it stark white?
Hi,
That is because of format-detection meta tag – http://www.html-5.com/metatags/format-detection-meta-tag.html
Please try adding following code to Functions.php file in Appearance > Editor
function avia_turn_off_detection(){
echo '<meta name="format-detection" content="telephone=no">';
}
add_action('wp_head', 'avia_turn_off_detection');
Cheers!
Yigit
when I add this to the editor it says “There are 39 errors which must be fixed before you can update this file.”
Should I update this anyway?
I replied privately before but don’t see my reply. Is this just something you can see?
Hi,
No, we cannot see it as well. Could you please try sending them once again?
Best regards,
Yigit