Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #28989

    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’

    a href=”http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/portal/client-registration/”>REGISTRAR’

    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.

    #139371

    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

    #139372

    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.

    #139373

    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

    #139374

    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.

    #139375

    Oi Fabiana,

    I just added the links, here’s what you need to edit if it breaks again:

    Regards,

    Josue

    #139376

    Olá Josue,

    Thank you very much again.

    Best regards,

    Fabiana.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘PLACE LOGIN / CLIENT REGISTRATION LINK ON THE TOP OF THE PAGE 2’ is closed to new replies.