Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #862585

    Hi, Enfold expert,

    i have coding of the button like this way:

    <div class=”down2″>[av_button label='Download' link='manually,https://app.box.com/s/11bc3z42i4y2msa81z69vwbllbazmrfb' link_target='_blank nofollow' size='large' position='right' icon_select='yes' icon='ue82d' font='entypo-fontello' color='custom' custom_bg='#f06486' custom_font='#ffffff']</div>

    1: Now i want to remove the link_target so that the page does not open in new tag.
    2: I want the page link still as nofollow.

    in simple words…i want only to remove the target_blank option and leave the rel=’nofollow tag.

    please share the above code without target_blank

    thanks.

    #862900

    Hey Hafeez Ullah,

    Did you try to remove the _blank part and leave only the nofollow?

    <div class=”down2″>[av_button label='Download' link='manually,https://app.box.com/s/11bc3z42i4y2msa81z69vwbllbazmrfb' link_target='nofollow' size='large' position='right' icon_select='yes' icon='ue82d' font='entypo-fontello' color='custom' custom_bg='#f06486' custom_font='#ffffff']</div>

    Best regards,
    Rikard

    #863020

    Thanks Rikard, it worked the same as i wanted..

    Thanks again

    #863062

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove link_target from my Button Coding ?’ is closed to new replies.