Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • nettemor Friend
    #192564

    Hi,
    i needed to remove the shadowline and also the white background in module positions to the right, left and also user1, user2 and user3.
    I have managed to do so for right and left modules, but it does not seem to apply for user1-user3.

    I have entered the following into css3.css:
    div.ja-moduletable_clean, div.moduletable_clean {
    background:none;
    box-shadow: 0 0px 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 0px 0 rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0px 0 rgba(0,0,0,.4);
    }

    What do i have to do to make this work at user1-user3 also ?

    phong nam Friend
    #513678

    Hi nettemor,

    Can you enable the modules at user1, user3 position so that I can take a look and give you a suitable suggestion in this case ?

    nettemor Friend
    #513709

    Hi Leo, and thanks for getting back to me.

    I am not sure what you mean by enable the modules ?
    If you check http://www.skilsmisse.net and select the menuoption ANNONSERE, you will see the problem.

    phong nam Friend
    #513717

    Hi,

    Now I can see that modules. You can open /templates/ja_social/css/template.css file, find lines:

    /* JA Content top ---*/
    #ja-content-top .ja-moduletable {
    background: #fff !important;
    margin-left: 10px;
    margin-right: 10px;
    }

    Change to background: none;

    And put the codes into this template.css file:

    #ja-content-top div.ja-moduletable, div.moduletable {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    }

    Then remember to clear JAT3 cache after saving changes.

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

This topic contains 4 replies, has 2 voices, and was last updated by  phong nam 10 years, 5 months ago.

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