Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • coldclimber JA JobBoard
    #157668

    Hi there,

    The login is a link which opens a box to login or a create an account etc. How do I have it so that the box to login appears in the module position permanently (without having to click a link to open it)? We’ve tried editing the coding but nothing has worked as yet.

    Thanks,

    Emma

    thuanlq Friend
    #370161

    Hi Emma,

    You can make the login box permanently visible on your site as following:

    – Open “template.css” file on “templates/ja_cooper/css” folder.

    – Find the following code near line 1307, change style


    #ja-login {
    padding: 5px 15px 0;
    background: #181818;
    overflow: hidden;
    position: absolute;
    top: 85px;
    right: 20px;
    display: none;
    z-index: 999;
    height: 50px;
    border: 1px solid #222222;
    text-align: left;
    }

    To


    #ja-login {
    padding: 5px 15px 0;
    background: #181818;
    overflow: hidden;
    position: absolute;
    top: 85px;
    right: 20px;
    display: block; /* set display = block to show login box when load page*/
    z-index: 999;
    height: 50px;
    border: 1px solid #222222;
    text-align: left;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  thuanlq 13 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum