Use a dashicon as the shortlink
-
Using the short code (%short_url%) I want to have the short url link displayed on every page (ideally in my top menu bar) as a dashicons icon and not display the actual text link.
I’m not great at css and have tried a few things but I don’t seem to be able to get it to work.
My current effort is
.shorten_url { font-size: 10; text-decoration: none; } .shorten_url:before { visibility: visible; content: "\\f103"; font-family: "dashicons"; }
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Use a dashicon as the shortlink’ is closed to new replies.