Neutra links – removing little box and space

  • Unknown's avatar

    Links that open in a new window in the theme Neutra display with a little white box and space after them. I found some html code to remove them but realised this created problems elsewhere, and in emails the text then overlapped.

    I am happy to pay for the CSS upgrade to get rid of this quirk once and for all but I can’t seem to find the code I need anywhere and don’t want to pay if it’s not going to work.

    I found this:

    a {
    background: none repeat scroll 0 0 transparent !important;
    }

    which gets rid of the box but there is still a space. Any ideas? Many thanks in advance.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    This will remove the background image and extra spacing from links to external sites in the Neutra theme:

    a.target-blank,
    a[target="_blank"] {
    	background: none;
    	padding: 0;
    }
  • Unknown's avatar

    That’s perfect! Thank you.

  • The topic ‘Neutra links – removing little box and space’ is closed to new replies.