Shape 5

Joomla Club Extensions => Slideshow Advance - Club => : Brian Heisler November 16, 2011, 11:05:05 AM



: Change Background Color?
: Brian Heisler November 16, 2011, 11:05:05 AM
How would someone go about changing the BG color of the slide area?

Link:   http://manchvegaspokerroom.com/

Screenshot attached showing the area I refer to, specifically.



: Re: Change Background Color?
: jonahh November 16, 2011, 02:09:28 PM
You would need to create a module style for that area which would require some custom coding.  Something like

.module_round_box-newcolor {
background:#333333;}


: Re: Change Background Color?
: Brian Heisler November 19, 2011, 04:38:53 PM
OK, say I do that (create a custom mod style) - how do I apply that, etc?


: Re: Change Background Color?
: Brian Heisler November 20, 2011, 04:35:57 PM
Never mind, I got this, pretty basic - just read the basic Joomla docs on modules styling.  Thanks!


: Re: Change Background Color?
: benoitar January 11, 2012, 11:07:37 AM
Hi!
I?m trying to modify the ?shadow module style in photofilio template to have it displaying a background color with a shadow all around for a slide show advanced module. Would that be possible?

http://photosnickel.com/commander?page=shop.product_details&flypage=photo-flypage.tpl&product_id=15&category_id=3


: Re: Change Background Color?
: jonahh January 24, 2012, 02:06:26 PM
The best way now would be to use CSS3, you can use a box shadow and it'll create a shadow all around an HTML element you add it to via css:

http://css3generator.com/