- Posts: 10
- Thank you received: 0
bypassing module style in advert1 module
14 years 7 months ago - 5 years 3 months ago #7739
by mdurkin
bypassing module style in advert1 module was created by mdurkin
Hello,
I was wondering if there is a way to remove the module styling (dashed border in white container) just for a specific module position such as advert1. I am trying to achieve the following for advert 1-4 module positions:
I have tried to use a module styler but am unable to get rid of the dotted border styling. On some other templates I have changed the module class suffix to do this but does not seem to do it with Vortex.
Thanks for any assistance you can provide.
I was wondering if there is a way to remove the module styling (dashed border in white container) just for a specific module position such as advert1. I am trying to achieve the following for advert 1-4 module positions:
I have tried to use a module styler but am unable to get rid of the dotted border styling. On some other templates I have changed the module class suffix to do this but does not seem to do it with Vortex.
Thanks for any assistance you can provide.
Last edit: 5 years 3 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 7 months ago #7742
by ivan.milic
Replied by ivan.milic on topic Re: bypassing module style in advert1 module
Use:
this is current active style(layout.css):
.modulerow {
border: 1px dashed #CACACA;
}
You can add after that to remove border:
.upper .modulerow {
border: none;
}
this is current active style(layout.css):
.modulerow {
border: 1px dashed #CACACA;
}
You can add after that to remove border:
.upper .modulerow {
border: none;
}
Please Log in to join the conversation.
Time to create page: 0.277 seconds