Site logo

Archived topic

how to add social icons outside the header in the theme"What I do."

6 replies · Started by adrian on March 5, 2023

Viewing posts 1–7 of 7

in site library, there are 3 icons in black. How Do I add that to my site?

Hi Adrian,

For reference, may we know which specific template from the Site Library you are referring to?

Slideout.

Hi there,

in the original site it had:

1. this Plugin installed:
https://wordpress.org/plugins/menu-icons/

2. in Appearance > Menus a menu set to display in the Primary Navigation that was using those icons as links.

cheers

but it says "snapchat" on the menu. How can I only show icon? When I remove the name the whole menu is gone

Can you try adding this CSS?

.main-nav ul li.menu-item a i + span {
    display: none;
}
This archived topic is closed to new replies.