• I recently installed Admin Custom Login and I have two questions. If you follow the link I provided you can see the “Back to…” link in red text. I would like to remove that link. I found CSS code you provided to hide the Forgot Password link. Is there something available to hide the Back to link as well?

    My second question has to do with the tagline text below that. It is currently in white with a shadow and very small. I can’t find settings to change that font styling. Can you point me in the right direction?

    This plugin does exactly what I want it to do, so thank you!
    Cindy

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hi,

    1) For “hiding back to…” apply the below CSS code in custom CSS box and save the changes.

    p#backtoblog a {
        display: none;
    }

    2) For tagline text –

    body.login #nav, body.login #backtoblog {
        text-shadow: #a13a3a 0 1px 0;
    }
    .divfooter {
        font-size: 12px;
        color: #000;
    }

    You can change the text-shadow, font-size, and color as per your choice. Apply CSS code in custom CSS box and save the changes.

    Thank-you.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing “Back to…” link and adjust tagline font’ is closed to new replies.