Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End [Solved] Applying styling to: <?php wp_loginout(); ?>

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26677
    sweetums66
    Member

    As I do not have a login/out button on my sidebar, I have added a link to my page footer using:
    <?php wp_loginout(); ?>

    I know it is taking/using my standard link formatting (see bottom of this post) but I have created a second
    set of link rules for my footer ( a.footerText:link {color: #85EC5C;} ) and ( a.footerText:hover {color: #FFF;} )
    but I cannot seem to apply them. I’ve tried multiple methods but have had no luck. Can anyone show me how
    I should apply my second set of link rules to: <?php wp_loginout(); ?>

    My theme/page is located at http://www.lcukblog.co.uk/. The login link is literally the last item on the footer
    (after the word " Disclaimer ::" but you cannot see it unless you rollover it as my default links are green.

    (My default link formatting)
    a:link {
    text-decoration: none;
    color: #53c128;
    }

    a:hover {
    text-decoration: none;
    color: #09F;
    }

    #66289
    sweetums66
    Member

    I feel slightly foolish for not trying that :oops:
    Anyway it worked like a charm so thanks loads :)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.