• Hi, I’m re-designing a client’s site. Their current site has a ‘client sign-in’ button right at the top of the home page. This has never worked, but eventually it will link through to a customer resource.

    Is there a plug-in I can use to create something like this|? or a different method?

    Thanks for your help (in advance!)

    apologies if this post is in the wrong place

Viewing 1 replies (of 1 total)
  • Hi there tuftyone,

    You wouldn’t necessarily need a plugin to accomplish this; inserting some HTML into your header.php file & styling it with some CSS (assuming you are using a child theme) would be your easiest option.

    I imagine the code would be something along the lines of:

    <a href="http://www.linkthatthisbuttongoesto.com">Client login</a>

    If the URL that the button should go to doesn’t yet exist, you could always hide it with some CSS in the meantime, for example:

    #client-login { display:none; }

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Add log-in button to header’ is closed to new replies.