Add WebMail Icon

Support Area Forums Grassroots Add WebMail Icon

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.fundaciongerminar.com
  • Author
    Posts
  • #36138
    Inevo
    Participant

    Hello Bill

    I´ve already configured the social icon and I was trying to add an icon (envelope) for the employees to access the webmail platform I know there is no built-in mail icon, so if you have any solution let me know.

    Thank´s a lot for your help.

    #36146
    Bill Robbins
    Moderator

    Good Morning Inevo,

    Excellent question. You can do that. Go to the appearance section in your WordPress dashboard and click on edit. From the list of files on your right, choose style.css. Scroll down to the very bottom and add this:

    
    ul.network-icons li a[href*="fundaciongerminar.com/webmail"]::before,
    #menu-social-media li a[href*="fundaciongerminar.com/webmail"]::before  {
    	content: '\e010';
    }
    

    and save your changes. Refresh your home page and see if that doesn’t add in an envelope icon for your webmail link.

    Normally we would add a snippet like that to the Custom CSS in the Advanced tab of the theme options page, but I’m pretty sure the \ will get filtered out which will cause that to not work. That’s why we’re adding it to the style.css file.

    If you run into any trouble let me know.

    Have a great week,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Add WebMail Icon’ is closed to new replies.