• Resolved mhair

    (@mhair)


    I’m trying to make my icon representing external links show up on the left side for menus, but right side for non-menu text, such as inline prose external links. There doesn’t seem to be a way to do it through the admin. Can you suggest how to tweak it in code?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Icon to the left:

    .external_icon {
        background: url(https://your-webpage/wp-content/plugins/sem-external-links/external.png) center left no-repeat;
        padding-left: 13px;
    }
    Plugin Author Mike Koepke

    (@mike_koepke)

    That would work. You can then prefix that css to target the menu link icons

    .some-menu .external_icon {

    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘External Menu Link Left side, non-menu right side?’ is closed to new replies.