Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1045563

    Hi
    Its modal window bg.
    Open http://www.daledondale.com/templates/ja_events_ii/local/css/themes/acz/template.css
    Find

    #ja-login-form:before {
        content: "";
        background: #000000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    

    change the color as per needs.

    Regards

    melou61 Friend
    #1046438

    But in others, there is not that grey frame, so?

    Pankaj Sharma Moderator
    #1046444

    H
    Use this code in custom.css

    div.modal {background:transparent;}

    Regards

    melou61 Friend
    #1046446

    it is not 100% transparet


    1. Captura-de-pantalla-2017-07-06-a-las-5.42.58
    Pankaj Sharma Moderator
    #1046450

    Hi
    Remove older code and use this code

    div.modal {background:transparent; border-color:transparent; box-shadow:none;}
    
    #ja-login-form:before {
    
        background: transparent!important;}

    Regards

    melou61 Friend
    #1046451

    Perfect, it is solve now. Thanks

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

This topic contains 6 replies, has 2 voices, and was last updated by  melou61 7 years, 4 months ago.

The topic ‘Login Module’ is closed to new replies.