Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • wertz Friend
    #198850

    HI. want the white background of this (ja news) modules to be removed and to be like something transparent, only images(see video button, archive..) to remain and in back to be seen the big background pictures of the website.. what should i do for this?. Thank you very much for this advice, in advance!
    see attach file:


    1. Untitled-3
    chavan Friend
    #538950

    can you please post the exact url of the page.

    wertz Friend
    #539012
    chavan Friend
    #539081

    Go to this File: /templates/ja_mero/css/themes/abstract/template.css

    Add this code

    .t3-spotlight .t3-module{
    background: none !important;
    }

    wertz Friend
    #539099

    Thank you very much . it is work.! 🙂

    wertz Friend
    #540281

    Hello, Im back again, if will be possible to ask for a suggestion about how to remove this part rectangular area (or to be transparent that can see a clean backround ) .or the second option (if the first inst possible) would be to extend the dimensions this rectangular area of the maximum 100% (adn ther can be sown articles) in the present i cant use and consider does not look good.

    best regards


    1. Untitled-4
    chavan Friend
    #540356

    Go to this File: /templates/ja_mero/css/themes/abstract/template.css

    Replace this code

    .blog-featured {
    background: #fff ;

    padding: 20px;

    }

    with

    .blog-featured {
    background: #fff

    /* padding: 20px; */

    }

    wertz Friend
    #540384

    Again:Thank you very much, ! this problem is solved!

    now..if will be possible i have to 1 more unsolved problem.

    To use the space from above the top menu(the main menu,- the place for logo,- because i have no need of logo there. (no i have an invisible small logo- only to keep that position busy there- to not appear a corrupt file instead of this) and if is possible all the frame (modulses) to be elevated above with 1 -2 cm .

    Tahnks


    1. Untitled-3
    chavan Friend
    #540434

    If you need your site look like this image

    Try this

    Go To this File: /templates/ja_mero/css/themes/abstract/template-responsive.css

    1. Replace this code

    .head-search {
    position: absolute;
    right: 0;
    top: -38px;
    }

    With

    .head-search {
    position: absolute;
    right: 0;
    top: 0;
    }

    2. Replace this code

    .ja-mainnav.navbar-collapse-fixed-top {
    top: 70px !important;
    }

    With

    .ja-mainnav.navbar-collapse-fixed-top {
    top: 0px !important;
    }

    3. Replace this code

    #ja-mainbody {
    margin-top: 120px;
    }

    With

    #ja-mainbody {
    margin-top: 70px;
    }

    GO to this File: /templates/ja_mero/css/themes/abstract/template.css

    Add this code

    .ja-header {
    display: none;
    }

    .ja-mainnav{

    padding-top: 20px;
    }


    1. Home-2014-06-28-07-26-10
    wertz Friend
    #540449

    Yes, it works! great! Thank you, again! 🙂

    best regards!

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

This topic contains 10 replies, has 2 voices, and was last updated by  wertz 9 years, 10 months ago.

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