Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • jamjodesign Friend
    #157462

    is there only one module style? I would like to have a full blank module just showing an image with no outline? Can someone point me to how to turn off the module default style? :-[

    aman204 Friend
    #366940

    You can please view the tutorial guide below if you wish to add more suffix styles 🙂

    http://www.joomlart.com/forums/topic/module-class-suffix-styles-basic-to-enhance-your-modules/

    For turning off white background, You can add this at end of template.css file::
    .moduletablenobackground {background:none !Important;-moz-box-shadow:0 0 0;}

    and then use nobackground suffix for specific module

    jamjodesign Friend
    #366960

    Hi there, if you try this with JA Social it does not work fully – the bottom image/dropdown remains even though the background is set to none. So this is not a full solution for JA Social. Again I think one has to customize the module fully for different styles. All I want to do is insert an image with no title and no background and no edges in a custom module but for some reason this cannot be done easily in JA Social?


    1. bottom-dropshadowarea
    aman204 Friend
    #366971

    Please change this::

    -moz-box-shadow:0 0 0;

    to

    -moz-box-shadow:none !important;

    for above property

    jamjodesign Friend
    #366984

    Perfect this seems to work great – but is there a way to get rid of the spacing on the left and right of this module too?

    aman204 Friend
    #366987

    Change this::

    .moduletablenobackground {background:none !Important;-moz-box-shadow:none !important;}

    to

    .moduletablenobackground {background:none !Important;-moz-box-shadow:none !important;margin-left:0 !important;margin-right:0 !important;}

    jamjodesign Friend
    #366989

    Thank you very much this is the full solution 🙂

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

This topic contains 7 replies, has 2 voices, and was last updated by  jamjodesign 13 years, 11 months ago.

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