• Hi there,

    I am interested in adding the google scholar and researchgate icons in my social space. I have added the css files and Font folder (https://jpswalsh.github.io/academicons/) in the assets directory. And the line:

    wp_enqueue_style( ‘academicons’, get_template_directory_uri() . ‘/assets/academicons-1.7.0/css/academicons.min.css’);

    in the functions().php. I have also tried by adding them like:

    .icon-item .icon a[href*=”scholar.google.com”] i::before {
    content: ‘\e901’;
    }
    .icon-item .icon a[href*=”researchgate.net”] i::before {
    content: ‘\e093’;
    }

    But I had no luck. Is there any way I can do it?

    Regards,

    Pol

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Adding Social Icons using CSS’ is closed to new replies.