- Posts: 4
- Thank you received: 0
Hot One Page - different background colors
-
bjoernfriedrich
Inactive member - Topic Author
- Offline
- New Member
-
Less
More
13 years 4 months ago #25192
by bjoernfriedrich
Hot One Page - different background colors was created by bjoernfriedrich
Hello,
in your template demo Hot One Page comes with different background colors
e.g. Neighborhood, Gallery, Contact Us.
How can I use that for my new articles?
Can`t find some control point.
Please tell me how to do that. Would be nice.
Thank you very much.
Best regards
Bjoern
in your template demo Hot One Page comes with different background colors
e.g. Neighborhood, Gallery, Contact Us.
How can I use that for my new articles?
Can`t find some control point.
Please tell me how to do that. Would be nice.
Thank you very much.
Best regards
Bjoern
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #25197
by ivan.milic
Replied by ivan.milic on topic Hot One Page - different background colors
In layout designer you see there are rows , each has name and class, also each position is in container with class :
.mp_<position name>{
You can style entire row by using class specified for it in layout designer (layout designer in template parameters) , example is bottom row where contact us is, we have in css:
.row-6{
background;black;
}
you can add your definition on bottom of template_css.css
.mp_<position name>{
You can style entire row by using class specified for it in layout designer (layout designer in template parameters) , example is bottom row where contact us is, we have in css:
.row-6{
background;black;
}
you can add your definition on bottom of template_css.css
Please Log in to join the conversation.
Time to create page: 0.220 seconds