Hello,
I want to place a simple link between the social icons and the phone in the top of my website.
The links are:
a href=”http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/portal/login-page/”>LOGIN’
No fancy stuff, only something that looks like this: LOGIN | REGISTRAR
Where do I place the code and how?
Can you assist me? I´ve try to hire a freelancer for this, but did not find any that fitted my needs.
I appreciate your attention.
Thanks,
Fabiana.
Oi Fabiana,
The file you need to edit is header.php, you could add the HTML before the header_meta closes, somewhere in line 117:
<div class="login_buttons">
<a href="http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/portal/login-page/">LOGIN</a>
<a href="http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/portal/client-registration/">REGISTRAR</a>
</div>
And then, you can style it using CSS:
.login_buttons{
position: absolute;
top: 5px;
left: 140px;
}
Regards,
Josue
Olá Josue,
I believe that I did something wrong because I placed the code you send me exactly in the heather.php, in the wordpress editor and then the css inside the enfold quick css code and nothing happened. I could not see the words in the top of the page.
Can you help?
Thank you.
Fabiana.
Oi Fabiana,
Can you create an administrator account and send me it to avia.josue (at) gmail.com so i can check it personally?
Regards,
Josue
Oi Josue,
I´ll need your help again.
I´ve just updated to the new enfold version 2.1 and the changes that we´ve made disapeared. I´ve checked the editor (header.php) and the quick css, and it all looks ok.
Can you help me?
Thank you,
Fabiana.
Oi Fabiana,
I just added the links, here’s what you need to edit if it breaks again:
Regards,
Josue
Olá Josue,
Thank you very much again.
Best regards,
Fabiana.