Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • success_bus Friend
    #201301

    Hi,
    Has anyone any idea how to remove standard grey border in both Articles and modules.
    I have put the border to zero both in css and html.

    Thanks!

    Best regards
    success_bus

    Pankaj Sharma Moderator
    #549491

    Hello to remove the border from sidebar module .
    Add this css code into your custom.css file .
    /css/custom.css

    .t3-sidebar .t3-module
    {border:none;}

    For Articles can you explain it a bit more with a screenshot , which border in article you want to remove ?.

    success_bus Friend
    #549509

    Thanks for reply,
    Yes, the border in article I want to remove.

    Pankaj Sharma Moderator
    #549540

    <em>@success_bus 445774 wrote:</em><blockquote>Thanks for reply,
    Yes, the border in article I want to remove.</blockquote>

    For Articles can you explain it a bit more with a screenshot , which border in article you want to remove ?.

    success_bus Friend
    #549593

    I have created a table inside the editor with border to zero both in css and html.
    But grey border shows in both Articles and modules.

    TomC Moderator
    #549603

    <em>@success_bus 445882 wrote:</em><blockquote>I have created a table inside the editor with border to zero both in css and html.
    But grey border shows in both Articles and modules.</blockquote>

    Did you create the custom.css file as recommended?

    The file path would be –> /templates/ja_biz/css/custom.css

    Within that custom.css file, paste the following CSS rule:


    .t3-sidebar .t3-module {
    border: none;
    }


    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    success_bus Friend
    #549606

    Hi dear TomC,
    Thanks for your reply, it removes the border on the modules I need in Articles too.

    Thanks,
    Best regards
    success_bus

    TomC Moderator
    #549608

    Not seeing it on any articles . . . for example –> http://www.uzaprice.com/demo/index.php/hiring/118-nairobi-kenya-s

    success_bus Friend
    #549610

    Hi dear TomC,
    Sorry, I have not expressed myself correctly. I mean the border around the map on the main page.

    Thanks,
    Best regards
    success_bus

    TomC Moderator
    #549611

    Try This . . . .

    Within file path –> /demo/css_map/map.css
    at line 8, modify as follows:


    #main_table {
    background-color: #fff
    border: none;
    clear: none;
    width: 720px;
    }

    Better ?? 🙂

    success_bus Friend
    #549615

    Thanks dear TomC for your professional help!

    Best Wishes!
    success_bus

    TomC Moderator
    #549617

    Happy to be of assistance . . . All the best with your continuing site development. 🙂

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

This topic contains 12 replies, has 3 voices, and was last updated by  TomC 10 years, 1 month ago.

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