• The Link Font Size is not adjusting. The color change works, but not the size. I attempted to force a CSS change !important on my theme and that didn’t work either. Any ideas?

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

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

    (@jseanm69)

    When I used your Custom CSS section vs. my theme CSS it worked, but the actual change on Link Font Size does not as part of your GUI. So, at least I got a workaround for now.

    Plugin Author weblizar

    (@weblizar)

    Hi jseanm69
    Remove your added custom css code from your added.
    After that add the below line of code
    Go to the plugin > admin-custom-login > login-form-screen.php > Here find the line number. 264 and add this css code in this class ” body.login #nav a, body.login #backtoblog a { ”

    font-size:<?php echo $text_and_color_page[‘link_size’] ?>px;

    Save the changes.

    Otherwise, we fixed that issue in the next update.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link Font Size not changing’ is closed to new replies.