- Posts: 5
- Thank you received: 0
Separators between modules
-
artyn
Inactive member - Topic Author
- New Member
Less
More
11 years 2 months ago #33729
by artyn
Separators between modules was created by artyn
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #33738
by ivan.milic
Replied by ivan.milic on topic Separators between modules
Send link to that page so we could inspect
Please Log in to join the conversation.
-
artyn
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
11 years 2 months ago #33746
by artyn
Replied by artyn on topic Separators between modules
It is not on the hosting yet.
I removed two lines from "templates\hot_hotel\css\layout.css"
(background:url(../images/module_shadow_left.png) right no-repeat;
and
background:url(../images/module_shadow_right.png) left no-repeat;),
This removes separators from the all pages, but I need to remove separators from one page only.
Thanks.
I removed two lines from "templates\hot_hotel\css\layout.css"
(background:url(../images/module_shadow_left.png) right no-repeat;
and
background:url(../images/module_shadow_right.png) left no-repeat;),
This removes separators from the all pages, but I need to remove separators from one page only.
Thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #33755
by ivan.milic
Replied by ivan.milic on topic Separators between modules
Set suffix in module settings so you append " noshadow" (first char is blank) to existing value (it is maybe empty) then add to layout.css:
.noshadow{
background-image:none!important;
}
.noshadow{
background-image:none!important;
}
Please Log in to join the conversation.
-
artyn
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
11 years 2 months ago #33778
by artyn
Replied by artyn on topic Separators between modules
It does not work.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #33781
by ivan.milic
Replied by ivan.milic on topic Separators between modules
Then you did not do something good
Send snapshoots of module settings where module class suffix parameter is visible and css file where you added css
Send snapshoots of module settings where module class suffix parameter is visible and css file where you added css
Please Log in to join the conversation.
Time to create page: 0.154 seconds