Title: CSS Styles Links
Last modified: May 24, 2025

---

# CSS Styles Links

 *  Resolved [onlaie](https://wordpress.org/support/users/onlaie/)
 * (@onlaie)
 * [1 year ago](https://wordpress.org/support/topic/css-styles-links/)
 * Wie lauten die Classennamen der CSS Styles, welche BLC verwendet, um deaktivierte,
   bzw. entfernte Links zu kennzeichnen?

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

 *  Plugin Support [Jair – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport15/)
 * (@wpmudevsupport15)
 * [1 year ago](https://wordpress.org/support/topic/css-styles-links/#post-18482218)
 * Hello [@onlaie](https://wordpress.org/support/users/onlaie/)
 * BLC uses “broken_link” to mark links that are broken, while it uses “removed_link”
   for the links that the plugin detected as removed.
   By default, here are the CSS
   rules that BLC uses to mark these links:
 *     ```wp-block-code
       .broken_link, a.broken_link {	text-decoration: line-through;}			
       ```
   
 *     ```wp-block-code
       .removed_link, a.removed_link {	text-decoration: line-through;}				
       ```
   
 * You can go to Link Checker -> Local [old] -> General, and in the “Line tweaks”
   section, either enable or modify these styling rules.
   Kind regards,Jair.
 *  Thread Starter [onlaie](https://wordpress.org/support/users/onlaie/)
 * (@onlaie)
 * [1 year ago](https://wordpress.org/support/topic/css-styles-links/#post-18482446)
 * Danke.
    Ich hatte aber gehofft, diese Stile würden bei den früher als fehlerhaft/
   entfernt markierten Links bleiben, auch wenn man das Plugin deinstalliert. Leider
   werden diese aber wieder aus dem generierten Quellcode entfernt, somit nützt 
   mir das leider nichts. Sorry, das wusste ich gestern noch nicht.
 *  Plugin Support [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [1 year ago](https://wordpress.org/support/topic/css-styles-links/#post-18482607)
 * Hello [@onlaie](https://wordpress.org/support/users/onlaie/)
 * Since the mentioned classes are added dynamically, you need to keep the BLC plugin
   enabled if you want to use them.
    When you disable or remove the plugin, those
   classes will be removed.
 * Best Regards
    Amin

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

The topic ‘CSS Styles Links’ is closed to new replies.

 * ![](https://ps.w.org/broken-link-checker/assets/icon-256x256.png?rev=2900468)
 * [Broken Link Checker](https://wordpress.org/plugins/broken-link-checker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/broken-link-checker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/broken-link-checker/)
 * [Active Topics](https://wordpress.org/support/plugin/broken-link-checker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/broken-link-checker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/broken-link-checker/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * Last activity: [1 year ago](https://wordpress.org/support/topic/css-styles-links/#post-18482607)
 * Status: resolved