thank you that workedRaul [ThE KuKa] wrote:Open ext/bb3mobi/exlinks/styles/prosilver/theme/extlinks.cssfile.rrbailey89 wrote:Is there a way to remove the icon that it puts next to the link?
FIND:REPLACE WITH:Code: Select all
a.exlinks { background: url('./link.png') no-repeat; display: inline-block; padding-left: 16px; color: #22BBCC; }
Test.Code: Select all
a.exlinks { display: inline-block; color: #22BBCC; }