• Resolved smikers

    (@smikers)


    Using the top-nav social icons, when you use “Email” it just appears as a blank box. This appears on multiple sites using this theme, so I don’t think it’s unique to this site.

    Also, is there any way to change the color of the icons for the topnav? It looks OK on white, but on another site using a green header, the dark gray icons aren’t very visible.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter smikers

    (@smikers)

    Additionally-

    There’s no “mailto:” tied to the box, so putting an email in tries to log in to the site rather than send an email. However, if you manually add mailto: in front of the email address used, it works. Possibly something you’d consider adding?

    • This reply was modified 7 years, 1 month ago by smikers.
    Theme Author themevision

    (@themevision)

    Hello,@smikers!

    Unfortunately, It ‘s a known bug in the free theme, which we will fix in the next theme update.

    Temporarily you can solve this by adding a custom CSS code in
    Customize-General->Additional CSS

    code:

    .fa-email:before{
    	content: "\f0e0";
    }

    https://prntscr.com/i7244p

    Thank you for your patience.

    Regards

    Thread Starter smikers

    (@smikers)

    Awesome, thanks!

    businesscommoners

    (@businesscommoners)

    And how about phone icon in the footer? There is the same problem.

    Thank you in advance for your support

    BR
    Andy

    Theme Author themevision

    (@themevision)

    Hello, @businesscommoners!

    For the Phone icon in the footer use next code:

    .social-icons.phone:before {
        content: "\f095";}

    Regards

    businesscommoners

    (@businesscommoners)

    Excellent! Thanks for the support.
    Best Regards

    Andy

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Social Icon for Email Missing?’ is closed to new replies.