Shape 5

Joomla Templates => Callie Rush - Club => : epsium June 26, 2015, 04:49:08 PM



: s5 Vertical Accordion Background (-no_background) class suffix not working
: epsium June 26, 2015, 04:49:08 PM
Hello,

I am trying to make my production S5 Vertical Accordion look like the callie rush demo accordion.

No matter what I try, I can't get rid of the white box background in the module.

Please advise.
http://bancarrotaprofesional.com/


: Re: s5 Vertical Accordion Background (-no_background) class suffix not working
: mikenicoll June 26, 2015, 07:57:22 PM
Hello,

Are you referring to this box-shadow?

:
Editor.CSS - Line 350

.padded {
    border: 3px solid #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 14px #949393;
    margin-bottom: 9px;
    margin-right: 12px;
    margin-top: 2px;
    padding: 0;
    position: relative;
    transition: all 300ms ease-out 0s;
}


: Re: s5 Vertical Accordion Background (-no_background) class suffix not working
: epsium June 29, 2015, 01:21:32 PM
I'm really not sure.

-All I know is that I've published my vertical accordion and I've chosen the '-no_background' module class suffix, and it's not working. I can't remove the outline around the module.

The site shaper and the demo do not have this outline.

Thanks,


: Re: s5 Vertical Accordion Background (-no_background) class suffix not working
: mikenicoll July 01, 2015, 06:56:58 PM
Hello,

You can remove the background, border and box shadow from the module coding below:

:
Template.CSS - Line 778

#s5_bottom_row2 .module_round_box_outer .module_round_box_with_title, #s5_bottom_row2 .module_round_box_outer .module_round_box, .module_round_box_outer2-no_background .module_round_box_with_title, .module_round_box_outer2-no_background .module_round_box, #s5_drop_down .module_round_box_outer .module_round_box_with_title, #s5_drop_down .module_round_box_outer .module_round_box, .module_round_box_outer2-no_background .module_round_box_with_title, .module_round_box_outer2-no_background .module_round_box {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 0 8px 8px;
    box-shadow: 0 2px 3px #b7b7b7;
    padding: 10px;
}


: Re: s5 Vertical Accordion Background (-no_background) class suffix not working
: epsium July 01, 2015, 08:41:32 PM
Excellent. That worked brilliantly. Thank you!


: Re: s5 Vertical Accordion Background (-no_background) class suffix not working
: mikenicoll July 03, 2015, 07:39:38 PM
NP :)