Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #979182

    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?

    #979683

    Hey satucker,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #979694
    This reply has been marked as private.
    #979789

    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

    #980669

    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?

    #980679

    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

    #980707

    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?

    #980807

    Hi,

    Could you please post FTP and WP logins here privately?

    Best regards,
    Yigit

    #981755

    I replied privately before but don’t see my reply. Is this just something you can see?

    #981893

    Hi,

    No, we cannot see it as well. Could you please try sending them once again?

    Best regards,
    Yigit

    #982064
    This reply has been marked as private.
    #982805

    Hi,
    I was able to add the code for you, Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.