Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • nibu Friend
    #150387

    Hello everybody,

    I want to remove the border of a module published in module1-position. I’ve tried to apply different kinds of module class suffix like:

    clearfix, clear, noborder, blank etc. Using them with ‘_’ and with ‘-‘ and without any stripe before. But it doesn’t work. Does anybody know how to remove the border? It’s only for this one position.

    Thanks very much!

    Saguaros Moderator
    #340556

    Dear nibu!

    Please give me the snapshort on the issue, i would like to have a closer look on the issue.

    Thanks

    manuelito1083 Friend
    #424125

    Hi,

    What was the solution please? I have the same problem.
    Thanks

    kobenes Friend
    #424126

    <em>@manuelito1083 282039 wrote:</em><blockquote>Hi,

    What was the solution please? I have the same problem.
    Thanks</blockquote>
    For which module position and module do you asking to removing borders? Please provide a link or preview image. Then we can help you.

    manuelito1083 Friend
    #424173

    Hi,

    Right position for a custom module.
    Please check http://www.villa-rental.fr/

    Thanks

    khoand Friend
    #424177

    Hi,
    You find this code from /templates/ja_portfolio/css/template.css

    div.ja-moduletable, div.moduletable {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
    background: url(../images/grad-l1.gif) repeat-x bottom white;
    border: 1px solid #DEDEDE; < remove this line
    }

    manuelito1083 Friend
    #424180

    it doesn’t work !
    Why the _blank module class suffix doesn’t work???

    khoand Friend
    #424181

    <em>@manuelito1083 282109 wrote:</em><blockquote>it doesn’t work !
    </blockquote>You delete all of files of /cache and /t3-assets directory, please
    And you remove this code from /templates/ja_portfolio/css/css3.css

    #ja-container div.ja-moduletable, #ja-container div.moduletable {
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    }

    manuelito1083 Friend
    #424204

    After removing what you tell me it hasn’t changed nothing. I have put back the code as before.

    What about the _blank module class suffix in the module???


    1. snapshot-module
    kobenes Friend
    #424210

    Please add your Custom HTML module _newblank suffix…

    And then open your currently used profile’s template.css file and add these codes:

    div.moduletable_newblank {
    background: none;
    border: none;
    }

    Clean your cache and JAT3 cache and please check if it fix your problems…

    manuelito1083 Friend
    #424215

    NO didn’t work.
    I have put it in “/template/japortfolio/css/template.css” also “_newblank” into the module and clean cache.

    Why is it so complicated to remove the border and background to a module. Normally I should be able to add _blank into the module class suffix???

    kobenes Friend
    #424216

    No it did work your border removed, but for backgroun some other CSS code override it…

    So could you please try this:

    div.moduletable_newblank {
    background: none !important;
    border: none !important;
    }

    manuelito1083 Friend
    #424218

    ok it has remove the background but now it isn’t centered.
    What about div “ja-box-ct clearfix” ?
    When I delete it with Firebug it is better.


    1. before-remove
    2. after-removing-class-ja-box-ct-clearfix
Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 13 replies, has 5 voices, and was last updated by  manuelito1083 12 years, 10 months ago.

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