- Posts: 5
- Thank you received: 0
Separators between modules
-
artyn
Inactive member - Topic Author
- New Member
Less
More
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #33809
by ivan.milic
Replied by ivan.milic on topic Separators between modules
Leave suffix , remove that css form layout.css and add this script at index.php of template just above </head>
<script type="text/javascript" >
jQuery(document).ready(function(){
jQuery(".noshadow").css('background-image','none');
jQuery(".noshadow").parent().css('background-image','none');
});
</script>
<script type="text/javascript" >
jQuery(document).ready(function(){
jQuery(".noshadow").css('background-image','none');
jQuery(".noshadow").parent().css('background-image','none');
});
</script>
Please Log in to join the conversation.
Time to create page: 0.102 seconds