• jorjigardiner

    (@jorjigardiner)


    Hey. I just started setting up my site.I am trying to add social icons on my primary menu which is the one along the top that says about home and blog.How do i do this?

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

Viewing 1 replies (of 1 total)
  • Hello there,

    You can use the Menu Icons plugin. You may want to remove the menu label, just apply the following CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .menu-item  i._mi + span{
        display: none;
    }
    

    To enlarge the icon size, add this code:

    
    .menu-item  i._mi{
        font-size: 30px;
    }
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Social Media Icons’ is closed to new replies.