Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • peach Friend
    #187280

    As shown in the screenshot, I want to remove that “Welcome to JA Mero” module but I couldn’t find it in the Module Manager. Can anyone please tell me how to disable that?


    1. Capture
    pavit Moderator
    #491926

    Hi

    That’s not a module but the main content block and it’s managed by the Home menu item

    Which version of the template you installed – Joomla 2.5 or Joomla 3.1 ?

    peach Friend
    #491927

    Hi pavit. I have the 3.0 version. I actually managed to hide that thing through css. But now it leaves a gap between the two modules and I cannot fix it,

    I think that’s a 20px margin but the I want it to be 10px.


    1. Capture1
    Saguaros Moderator
    #491993

    Hi peach,

    In /templates/ja_mero/css/template.css file (line 2599), there is css rule:


    .ja-sl-2 {
    margin: 0;
    padding: 10px 0 0;
    }

    you can override this css rule by adding:


    .ja-sl-2 {
    padding: 0;
    }

    to file: /templates/ja_mero/css/custom.css

    Hope this helps

    peach Friend
    #492230

    Thank you so much Saguaros! It solved my problem perfectly! 🙂

    <em>@Saguaros 371723 wrote:</em><blockquote>Hi peach,

    In /templates/ja_mero/css/template.css file (line 2599), there is css rule:


    .ja-sl-2 {
    margin: 0;
    padding: 10px 0 0;
    }

    you can override this css rule by adding:


    .ja-sl-2 {
    padding: 0;
    }

    to file: /templates/ja_mero/css/custom.css

    Hope this helps</blockquote>

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

This topic contains 5 replies, has 3 voices, and was last updated by  peach 11 years, 6 months ago.

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