Topic-icon Border on top and left side of modules

Active Subscriptions:

None
14 years 8 months ago #13537 by trichard311
I have had this problem with a slideshow module before that was corrected with the following line added to css.....

Add the next CSS rule:

#banner .module .ari_slideshow img
{
border-style: none;
}

But I'm not experienced enough with css to know how to write a similar rule pertaining to these modules.... not to mention they are on the bottom of the page not the top..

Thanks in advance for your support. Great product so far!!!

compuworksla.com
The topic has been locked.
Support Specialist
14 years 8 months ago #13608 by alzander
Glad to hear you're liking things so far, and sorry for the delayed response. To remove the border, you'll want to make the following change in the templates/js_cascada/css/core.css file on your site. Around line 2149, you'll see the style definitions for "#footer .module". In there, simply remove or comment out the following:
border: 1px solid #5e6060;
There's some other code for shadows and stuff in Firefox that you may want to remove too, but that's up to you.

Hope that helps, and let us know if there's anything else you need!
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 8 months ago #13613 by trichard311
Still got the border...I just removed the code you asked. Also I commented out the shadow for moz in the footer too. I must have missed something.
The topic has been locked.
Support Specialist
14 years 8 months ago #13614 by alzander
Clear your browser cache, or restart the browser. It was cached for me when I went back, but after doing that, the border is gone for me. Just so we're on the same page, it was a 1px light gray border around the outside of both black-background modules, correct? If it was something else you were looking to do, just let us know.

Good luck,
Alex
The topic has been locked.