Styling conflict in Top and Banner position

Professional Joomla template suitable for a wide range of finance related sites such as stock market, finance news, forex informations.
GK User
Tue Mar 29, 2011 5:49 am
Hi,

I'm facing a conflict of styling. The same module's title appears with different styling in Banner1 position and different styling in Top position. Please see: http://SaudiLife.net has the SlideShow module in the top position and http://SaudiLife.net/life-and-society has the module in Banner1 position. If you notice the color of the title is different in both.

I've tried everything with the module's CSS. It looks like something has to be done with the template's CSS.

Regards,
Faraz
User avatar
Fresh Boarder

Konrad M
Tue Mar 29, 2011 5:53 am
Hi
Which color you want to set up for both ?
User avatar

GK User
Tue Mar 29, 2011 5:55 am
The one in Banner1 position. That is the accurate one according the module styling. The one in Top position is just not listening to whatever styling you do in the module CSS.

So yea.. I want to know how to get the styling in http://SaudiLife.net/life-and-society in Top position too.

Thanks.
User avatar
Fresh Boarder

Konrad M
Tue Mar 29, 2011 6:02 am
Just find in mod_lofarticlesslideshow.css
Code: Select all
.lof-ass .lof-description h4 a {
color:#6C390B;
font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
font-size:140%;
margin:0;
padding:20px 8px 2px;
text-decoration:none;
text-transform:none;
}

and change to:
Code: Select all
.lof-ass .lof-description h4 a {
color:#6C390B !important;
font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
font-size:140%;
margin:0;
padding:20px 8px 2px;
text-decoration:none;
text-transform:none;
}
User avatar

GK User
Tue Mar 29, 2011 6:29 am
Great!! Thank u so much!
User avatar
Fresh Boarder

Konrad M
Tue Mar 29, 2011 6:32 am
I glad I helped.
User avatar


cron