Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dpegan

    (@dpegan)

    Hi

    I found a solution, Place the following code into the css area in the plugin setting area:

    .login #nav, .login #backtoblog {
        text-shadow: none;}
    .login #nav a{color:#FFFFFF!important;}.login #nav a:hover{color:#FFFFFF!important;}
    .login #nav a{text-decoration:none!important;}.login #nav a:hover{text-decoration:underline!important;}
    .login #backtoblog a{text-decoration:none!important;}.login #backtoblog a:hover{text-decoration:underline!important;}
    .login #backtoblog  a{color:#FFFFFF!important;}.login #backtoblog  a:hover{color:#FFFFFF!important;}

    The above code changes both link colours to white and none decorated and decorated on hover i.e. underlined and also removes the shadow from both links.

    Regards

    David

    Plugin Author Austin

    (@austyfrosty)

    Thanks for posting your solution.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Custom Login] Styling Links’ is closed to new replies.