• Resolved eclerkin

    (@eclerkin)


    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

    (@thomstark)

    It depends on where the overriding stylesheet is being loaded in the queue over against File Away.

    Try using !important

    Thread Starter eclerkin

    (@eclerkin)

    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.