Add “open in new window icon” after menu item
-
I have been trying multiple ways to do this to no avail. Also, FWIW I have the pro version of this menu and like it a lot. The only problem is I can’t get the ‘open in new window’ icon like I want.
I don’t want to use the icon sets that are included with responsive menu because they slow the site down – there’s a lot of extra loading for just the one icon.
I’d like to add this:
a[target="_blank"]::after { content:" " url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==); }
so that the icon shows up AFTER the link in the menu. The code above works for everything else on the site.
I’ve tried it in the custom css in Responsive Menu -> Settings -> Style
I’ve tried it in my own style sheet trying to single out only the one menu item.
I’ve tried it just in the header and the footer.Nothing.
How can I get this to display in the menu item?
- The topic ‘Add “open in new window icon” after menu item’ is closed to new replies.