- Posts: 27
- Thank you received: 0
How to display the Main Title of an Article
-
internetantiquar
Inactive member - Topic Author
- Member
Less
More
12 years 2 months ago - 12 years 2 months ago #22224
by internetantiquar
How to display the Main Title of an Article was created by internetantiquar
Hi, ecommerce hot installation complete.
1. how can I display the Main Title of an Article incl. Author and date?
2. would there be a chance to have a small divider after each article?
3. I installed the hot version, but the offers do not display in the categories; would be fine to learn how to handle the shopsystem
4. Would there - not necessarily - be a chance to programm/change a template to a bookstore shoptemplate - which means offer books in the main part of the opening system - all the other shoptemplates do not fit in quite properly?
Thks Helmer
1. how can I display the Main Title of an Article incl. Author and date?
2. would there be a chance to have a small divider after each article?
3. I installed the hot version, but the offers do not display in the categories; would be fine to learn how to handle the shopsystem
4. Would there - not necessarily - be a chance to programm/change a template to a bookstore shoptemplate - which means offer books in the main part of the opening system - all the other shoptemplates do not fit in quite properly?
Thks Helmer
Last edit: 12 years 2 months ago by internetantiquar.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22232
by ivan.milic
Replied by ivan.milic on topic How to display the Main Title of an Article
1. In article manager there is "Options" icon, when you click at it you will get articles general configuration properties. You can also configure each article in right panel properties when you expand "Article Properties" in right panel settings when you edit some article.
2. Use .row-separator { so set spacing between articles, for example if you want space you could just set margin on that:
.row-separator {
margin:10px 0;
}
you would tup that at bottom of layout.css
3. Re-formulate your question please???
4. Something like book store template???
2. Use .row-separator { so set spacing between articles, for example if you want space you could just set margin on that:
.row-separator {
margin:10px 0;
}
you would tup that at bottom of layout.css
3. Re-formulate your question please???
4. Something like book store template???
Please Log in to join the conversation.
-
internetantiquar
Inactive member - Topic Author
- Member
Less
More
- Posts: 27
- Thank you received: 0
12 years 2 months ago - 12 years 2 months ago #22270
by internetantiquar
Replied by internetantiquar on topic How to display the Main Title of an Article
Thks.
Could the divider display a (colored) Line? e. G. ___________________
Could the divider display a (colored) Line? e. G. ___________________
Last edit: 12 years 2 months ago by internetantiquar.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22276
by ivan.milic
Replied by ivan.milic on topic How to display the Main Title of an Article
just set one of the borders:
.row-separator {
margin:10px 0;
border-top: 1px solid red;
}
.row-separator {
margin:10px 0;
border-top: 1px solid red;
}
Please Log in to join the conversation.
-
internetantiquar
Inactive member - Topic Author
- Member
Less
More
- Posts: 27
- Thank you received: 0
12 years 2 months ago #22285
by internetantiquar
Replied by internetantiquar on topic How to display the Main Title of an Article
Hi,instead of "solid red" what's the code for
color: #A3202B;
Thks
color: #A3202B;
Thks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22287
by ivan.milic
Replied by ivan.milic on topic How to display the Main Title of an Article
border-top: 1px solid #A3202B;
Please Log in to join the conversation.
Time to create page: 0.147 seconds