Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • davidrabinov Friend
    #171617

    Hi, I want to get rid of the border in the module boxes. View my site – http://www.xtremeopensource.com

    Scroll down to the module boxes for user6, 7, 8 , 9, 10, 11, etc. I want to get rid of the border.

    This is how I set this up –

    <blocks name="bottom" style="xhtml">
    <block name="botsl1" type="spotlight">user6,user7,user8</block>
    <block name="botsl2" type="spotlight">user9,user10,user11</block>
    <block name="botsl3" type="spotlight">user12,user13,user14</block>
    <block name="botsl4" type="spotlight">user15,user16,user17</block>
    <block name="botsl2" type="spotlight" special="left" specialwidth="66">user20,user21</block>
    <block name="footer" type="footer" main-inner="1"></block>
    </blocks>

    TomC Moderator
    #428760

    I’m thinking the CSS controlling the border element is as follows . . .

    Open your template.css file (within path /templates/ja_teline_iV/css/template.css)

    at line 452, you should see the following . . .


    /* MODULE STYLES
    --------------------------------------------------------- */
    div.ja-moduletable h3, div.moduletable h3 {
    border-bottom: 1px solid #ddd;
    border-top: 4px solid #ccc;
    color: #000;
    font: normal 125%/normal ArialNarrowBold, "Arial Narrow", Arial, sans-serif;
    margin: 0;
    padding: 8px 8px 5px;
    text-transform: uppercase;
    }


    div.ja-moduletable, div.moduletable {
    background: #fff;
    border: 1px solid #ccc;
    margin: 2px 2px 4px 2px;
    padding: 0;
    }

    [FONT=arial]Play around with the “border” parameters within those two CSS rules until you achieve the result you want.

    SAVE CHANGES … CLEAR CACHE … REFRESH PAGE

    Let me know if that works for you.

    [/FONT]

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

This topic contains 2 replies, has 2 voices, and was last updated by  TomC 12 years, 11 months ago.

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