Title: Custom Styles tab/Custom Styles
Last modified: April 4, 2017

---

# Custom Styles tab/Custom Styles

 *  Resolved [eclerkin](https://wordpress.org/support/users/eclerkin/)
 * (@eclerkin)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/custom-styles-tabcustom-styles/)
 * I am confused why the following CSS saved in the Custom Styles text box doesn’t
   override the default red color on Fileaway hyperlinks:
 * /* hover link */
    a:hover { color: #81d742 ; background-color: inherit ; }
 * I have tried using Custom Accent Classes (it discusses the Hover state) as instructed
   in the help link
    classic|#81d742 but that fails as well.

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

 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/custom-styles-tabcustom-styles/#post-8996861)
 * It depends on where the overriding stylesheet is being loaded in the queue over
   against File Away.
 * Try using `!important`
 *  Thread Starter [eclerkin](https://wordpress.org/support/users/eclerkin/)
 * (@eclerkin)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/custom-styles-tabcustom-styles/#post-8997238)
 * Thanks, that was the trick! I had to remove from Fileaway Custom Styles and apply
   it at the page level.
 * /* hover link */
    a:hover { color: #81d742 !important; background-color: inherit;}

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

The topic ‘Custom Styles tab/Custom Styles’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/file-away_e3e2e1.svg)
 * [File Away](https://wordpress.org/plugins/file-away/)
 * [Support Threads](https://wordpress.org/support/plugin/file-away/)
 * [Active Topics](https://wordpress.org/support/plugin/file-away/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/file-away/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/file-away/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [eclerkin](https://wordpress.org/support/users/eclerkin/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/custom-styles-tabcustom-styles/#post-8997238)
 * Status: resolved