Title: Link class :
Last modified: August 30, 2016

---

# Link class :

 *  Resolved [IRL68](https://wordpress.org/support/users/irl68/)
 * (@irl68)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/link-class/)
 * How do I change the link class? for example, want the Keyword link in bold, underlined
   and colored red
 * [https://wordpress.org/plugins/wp-auto-affiliate-links/](https://wordpress.org/plugins/wp-auto-affiliate-links/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Lucian Apostol](https://wordpress.org/support/users/thedark/)
 * (@thedark)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/link-class/#post-6475466)
 * Hello.
 * You have to go into your wordpress admin panel, and click on “General Settings”
   submenu under “Auto Affiliate Links”. There you have the option to set the “Link
   class” . You can set whatever you want and it will be added as “class” attribute
   for every link that is generated by the plugin.
 * Then, you can add whatever styles you like for that specific class into your 
   styles.css file of your wordpress template.
 *  [igorandmilana](https://wordpress.org/support/users/igorandmilana/)
 * (@igorandmilana)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/link-class/#post-6475861)
 * what class do I put into the link class if I want to underline and bold the links?
 *  Plugin Author [Lucian Apostol](https://wordpress.org/support/users/thedark/)
 * (@thedark)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/link-class/#post-6475862)
 * Hello.
 * The class that you set there must have the styles defined in your template .css
   file. For example, if you set the class to: “autolinkclass”, then you will have
   to go to your template style.css file and add the following at the end of the
   file:
 *     ```
       .autolinkclass { font-weight: bold; text-decoration: underline; }
       ```
   
 *  [igorandmilana](https://wordpress.org/support/users/igorandmilana/)
 * (@igorandmilana)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/link-class/#post-6475863)
 * Hello.
 * Thank you but it is not working for me. I put “autolinkclass” inside the General
   Settings “Link Class” field.
 * After that, I went to my style.css file from the theme I have installed and put“.
   autolinkclass { font-weight: bold; text-decoration: underline; }” at the end 
   of it.
 * I don’t see a change happening. Is there something else you would recommend?
 * Thanks,
    Igor
 *  Plugin Author [Lucian Apostol](https://wordpress.org/support/users/thedark/)
 * (@thedark)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/link-class/#post-6475864)
 * Can you share your website url with me ?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Link class :’ is closed to new replies.

 * ![](https://ps.w.org/wp-auto-affiliate-links/assets/icon-128x128.jpg?rev=3342566)
 * [Auto Affiliate Links](https://wordpress.org/plugins/wp-auto-affiliate-links/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-auto-affiliate-links/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-auto-affiliate-links/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-auto-affiliate-links/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-auto-affiliate-links/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-auto-affiliate-links/reviews/)

## Tags

 * [link class](https://wordpress.org/support/topic-tag/link-class/)

 * 5 replies
 * 3 participants
 * Last reply from: [Lucian Apostol](https://wordpress.org/support/users/thedark/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/link-class/#post-6475864)
 * Status: resolved