creating top level social media icons for debut theme.
-
I need help to bring social media icons to my action menu for Customized Debut Theme. help me out (aimersafrica.com)
The blog I need help with is: (visible only to logged in users)
-
Hi there, you will need to add the social links to your action menu and upload the icons. Upload the image to your media library, get the URL of that image and replace URL_OF_IMAGE between the quote marks with the URL of your new image. You will also have to look at the source code for your site (view source from view menu in your browser or use your web inspector) and get the unique menu item ID for your added social media menu items and enter the numeric value where the XX is in my example below. Do this for each social media menu item you are adding.
#action-nav #menu-item-XX a { background: url("URL_OF_IMAGE") no-repeat, scroll, center top rgba(0, 0, 0, 0); display: block; color: rgba(0, 0, 0, 0); }
- The topic ‘creating top level social media icons for debut theme.’ is closed to new replies.