How to display the Main Title of an Article

More
12 years 2 months ago - 12 years 2 months ago #22224 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
Last edit: 12 years 2 months ago by internetantiquar.

Please Log in to join the conversation.

More
12 years 2 months ago #22232 by ivan.milic
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???

Please Log in to join the conversation.

More
12 years 2 months ago - 12 years 2 months ago #22270 by internetantiquar
Thks.

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.

More
12 years 2 months ago #22276 by ivan.milic
just set one of the borders:

.row-separator {
margin:10px 0;
border-top: 1px solid red;
}

Please Log in to join the conversation.

More
12 years 2 months ago #22285 by internetantiquar
Hi,instead of "solid red" what's the code for

color: #A3202B;

Thks

Please Log in to join the conversation.

More
12 years 2 months ago #22287 by ivan.milic
border-top: 1px solid #A3202B;

Please Log in to join the conversation.

Time to create page: 0.147 seconds
Powered by Kunena Forum