Shape 5

Joomla Templates => Emma Smooth - Club => : e3r5cit0 August 08, 2010, 05:16:34 PM



: How to remove black background from Spotlight News article
: e3r5cit0 August 08, 2010, 05:16:34 PM
I created articles for the Spotlight News module and integrated them in S5_Tabshow for the Emma_Smooth template.    Interestingly, my articles in position s5_tab1, etc. all have a black "mask" or background and I cannot seem to change it.   I've tried adding code to template_css to change it but nothing fixes this problem.   Any idea where the control is for the article background in Spotlight News / S5_Tabshow ?   Thx


: Re: How to remove black background from Spotlight News article
: mikek August 09, 2010, 07:40:07 AM
Hello,

Please post a url of where the problem occurs.


: Re: How to remove black background from Spotlight News article
: e3r5cit0 August 09, 2010, 04:41:53 PM
Thanks.  I am trying to get a white background for the S5_Tabshow articles.   www.iconbaron.com/icon1 


: Re: How to remove black background from Spotlight News article
: mikek August 10, 2010, 07:52:10 AM
Hello,

It's actually in 2 separate locations, edit the following file:

modules/mod_s5_tabshow/s5_tabshow/styles.css

And search for:

#s5_tabshow_left, #s5_button, #s5_tabshow_right {
background:none repeat scroll 0 0 #000000;

Remove the background line.

Next edit the file modules/mod_s5_tabshow/mod_s5_tabshow.php and search for #000000 inside of it and remove any background calls with this hex color.

Make sure to back up the file first.


: Re: How to remove black background from Spotlight News article
: e3r5cit0 August 10, 2010, 02:55:44 PM
Thanks, I'll edit those files.   Also, I'm trying to adjust the dimensions of the article body and reduce the template padding.   Obviously, it is not aligned with the Inset body.   Where can I find that control?  Thanks again.