Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #910864

    Enfold is great! Theme has icons for social, email..but not phone. Please include this feature.

    #910985

    Hey tacast,

    Yes, Enfold doesn’t have that feature, however the phone number (though no icon) is available in Enfold > Header > Extra Elements (tab) > Header Phone Number/Extra Info set this to Display (either left or right) and in Phone Number or small info text add this:

    <div class="iconbox_icon heading-color " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></div> 1234567

    Just replace 1234567 with your phone number. Hope this helps :)

    Best regards,
    Nikko

    #913570

    Hi tried the code but the icon that not show. Please add this feature to your next release. The beauty of Enfold is that the admin ui makes everything easy. Phone icon is on many sites now so it would be a very nice feature for enfold.

    #913771

    Hi tacast,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Where were you adding the code given by Nikko?

    Best regards,
    Victoria

    #913996
    This reply has been marked as private.
    #914110

    Hi,

    I tried to check your site however it shows this:

    Forbidden
    You don't have permission to access / on this server.
    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

    Best regards,
    Nikko

    #921259

    Could you please try again?

    #921329

    Hi,

    I tried just now and I get the same message as Nikko, do you have any geo-blocking active?

    Best regards,
    Rikard

    #921656

    Hi I just disabled geo. Please try again.

    #922042

    Hi,

    Great, thanks for that, I can access your site now. Could you please upgrade the account to admin rights as well? Otherwise we can’t access the theme options.

    Best regards,
    Rikard

    #922658

    Hi I just updated rights.

    #922775

    Hi,

    Thanks for that. I added the icon before your phone number, please review your site.

    Best regards,
    Rikard

    #923184

    Thank you! Do you know how I can adjust the size and color of the phone icon to match the phone #?

    #923295

    Hi,

    This is what I’m seeing:

    https://snag.gy/So6bR7.jpg

    Is this not the correct formatting?

    Best regards,
    Jordan Shannon

    #923308

    Hi, we need the icon to be smaller and to color (more red than the phone numbers) to match the phone #

    #923316

    Hi,

    Try adding the following to quick css:

    
    .phone-info .iconbox_icon{
    height:18px!important;
    width:18px!important;
    }

    Best regards,
    Jordan Shannon

    #923320

    I tried as low as 10px but it only adjust the spacing between the icon and the #. The icon size remain the same.

    .phone-info .iconbox_icon{
    height:10px!important;
    width:10px!important;
    }

    #923336

    Hi,

    Apologies, I forgot this is a font and not an image. The following should work, just adjust the value:

    .iconbox_icon.heading-color{
    font-size:12px!important

    ;
    }
    
    Best regards,
    Jordan Shannon
    #923350

    That work! Could you please get it reduce the spacing from the # (closer) and align the top with the number? Right now it sits below the number

    #923375

    Hi,

    Add the following to the css rule I gave you above:

    margin:0!important;

    Best regards,
    Jordan Shannon

    #923392

    Perfect! Thank you so much for the great support.

    #923443

    Hi,

    No problem at all. If you need additional support please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘FEATURE REQUEST- PHONE ICON FOR TOP BAR for PHONE NUMBER’ is closed to new replies.