Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • amlelect Friend
    #199922

    Hello,
    Please help me with the following

    1. How to remove border of any module?

    2. Almost any page except the homepage has this error, how to fix this?

    thank you..!


    1. Untitled
    Pankaj Sharma Moderator
    #543328

    HI
    For your Problem
    1.
    add this css rule in your custom.css file
    Path: /template/JA Telin/css/custom.css
    if there is no custom.css file , then create a file and add this code

    .t3-module {border:none;}

    save File , clear cache and check it will look like this >>>http://prntscr.com/45stij

    2. I have not found any space that you mentioned in your screenshot #2 .
    Hope it helps you:D

    amlelect Friend
    #543338

    Thank you Pankaj..!
    For my problem 1, I want only some modules not to show border. Sorry I should have mentioned it earlier. I was just wondering if there is any module suffix or something to accomplish that.

    Ninja Lead Moderator
    #543340

    Please find my answers for your request

    1. How to remove border of any module?

    Open templates/ja_teline_iv_t3/css/custom.css file and add new rule

    .t3-module {
    border: solid 0px #ccc !important;
    }

    2. Almost any page except the homepage has this error, how to fix this?

    Open templates/ja_teline_iv_t3/tpls/blocks/mainbody.php file

    Change

    <div class="row-fluid hidden-phone">

    To

    <div class="row-fluid hidden-phone hidden">

    Once done, clear cache from admin area, let me know if it helps

    Pankaj Sharma Moderator
    #543354

    <blockquote>For my problem 1, I want only some modules not to show border. </blockquote>
    For this add this css code in your custom.css file

    #Mod249 { border: none; }

    Change the Mod ID 249 with the module ID that you don`t want to show the Border .
    Let me know if it helps

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

This topic contains 5 replies, has 3 voices, and was last updated by  Pankaj Sharma 9 years, 8 months ago.

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