1. underwatercolours
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 06 June 2013
  5.  Subscribe via email
If you look at the module positions for the Executive template you'll see the top-1 row has a border that goes around all the modules you use. So does top-2 and bottom-1. Bottom-1 does not. How do I get rid of the border in the top-1 row so that it looks like the bottom-1 row?

I've tried to edit the css file, but nothing works.

http://demo.joomla51.com/0088/index.php/module-positions
http://174.132.194.221/~solmarv/index.php

Any suggestions would be much appreciated!
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Bonnie

Try adding the following to the Custom CSS field of your templates parameters...


[code type=css]#container_slideshow_modules .j51_border2 {
background: none repeat scroll 0 0 transparent;
border: medium none;
}
#slideshow_modules_inner {
border: medium none !important;
box-shadow: none !important;
}[/code]

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!