badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Adding External Link Indicator with CSS

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #59555

    Hi there,

    Can you please clarify in which anchor tag you want to use a external link symbol. So that we can help you.

    Thank you!

    #61728
    themehorse6
    Participant

    I would like to mark all external links. So everyone who leaves my website

    #62092

    Hi there,

    Your content value path may not be correct. Please use below custom css code

    a[target="_blank"]:after {
    	content: url(you-image-link-here);
    	margin: 0 3px 0 5px;
    	display: inline-block;
    	opacity: 1;
    	-moz-opacity: 1;
    	filter:alpha(opacity=100);
    }

    Add your image url in above text you-image-link-here.
    Let us know if you have any problem.

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.