[Support request] Buttons as no follow?

Home Forums Support [Support request] Buttons as no follow?

Home Forums Support Buttons as no follow?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #890430
    a1reno

    Hi,

    I’ve created my own button (in addition to the default one) which i use to put affiliate links in however after changing them all on my site i realise that it would be best to add the links as ‘no follow’. Is there something i can put in to the additional css to make the button link automatically ‘no follow’?

    The current code i have is

    .button.see-prices,
    .button.see-prices:visited {
    	background: #53b848;
    	color:#FFF;
    }
    
    .button.see-prices:hover,
    .button.see-prices:active {
    	background: #22cd77;
    	color:#FFF;
    }

    Is this possible?

    Thanks

    #890467
    a1reno

    And a follow up request is to get the link to open in a new window?

    Thanks

    #890481
    David
    Staff
    Customer Support

    Hi there,

    those see prices buttons, on the link you provided, are already nofollow and open in a new tab? Let me know

    #890700
    a1reno

    Oh sorry, that was not a good example as once the link was created I went and added it by editing each link manually on that page and putting it in.

    This page has just the button put in as it is.

    #890707
    David
    Staff
    Customer Support

    Unfortunately you will need to manually edit each of the buttons as there is no simple way of searching and updating each of those buttons. Its not something CSS can do.

    #890712
    a1reno

    Ok, no problem. Thanks for letting me know!

    #890720
    David
    Staff
    Customer Support

    you’re welcome

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