- Posts: 8
- Thank you received: 0
Few questions
-
eabacus
Inactive member - Topic Author
- New Member
Less
More
13 years 2 months ago - 13 years 2 months ago #11055
by eabacus
Few questions was created by eabacus
Hi,
I have few questions and I hope someone will answer me.
1. I need to add menu items separator (image) between menu items in top menu.
2. I need to change how front page articles are displayed. So I need to define my own look (different background – color or image - , different title tab on articles and some thing like that. I know I have to define my css class but please tell me where to put it, how to name it and how to “force” template to show articles just like that?
Here are 2 screenshots what I want to do.
Thank you very much
I have few questions and I hope someone will answer me.
1. I need to add menu items separator (image) between menu items in top menu.
2. I need to change how front page articles are displayed. So I need to define my own look (different background – color or image - , different title tab on articles and some thing like that. I know I have to define my css class but please tell me where to put it, how to name it and how to “force” template to show articles just like that?
Here are 2 screenshots what I want to do.
Thank you very much
Last edit: 13 years 2 months ago by eabacus. Reason: Adding screenshots
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11069
by ivan.milic
Replied by ivan.milic on topic Re: Few questions
For separators you can add border to:
.menu > li{
...
}
you can add tha to the end of template_css.css, that is plate of high priority, also you can use !important flag for css properties.
for article background use:
.blog-featured .item{
...
}
.menu > li{
...
}
you can add tha to the end of template_css.css, that is plate of high priority, also you can use !important flag for css properties.
for article background use:
.blog-featured .item{
...
}
Please Log in to join the conversation.
-
eabacus
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
13 years 2 months ago #11074
by eabacus
Replied by eabacus on topic Re: Few questions
Thank you for the reply
Please give me some more information and example if it`s possible about this
.blog-featured .item{
...
}
Also please tell me where to add this?
I will appreciate if you give me example to try to achieve this on the design attached.
Please give me some more information and example if it`s possible about this
.blog-featured .item{
...
}
Also please tell me where to add this?
I will appreciate if you give me example to try to achieve this on the design attached.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11076
by ivan.milic
Replied by ivan.milic on topic Re: Few questions
you can add that to the end of template_css.css, that is plate of high css priority
Please Log in to join the conversation.
-
eabacus
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
13 years 2 months ago #11079
by eabacus
Replied by eabacus on topic Re: Few questions
Thank you,
But can you please give me example about article look? I did something but nothing changes.
But can you please give me example about article look? I did something but nothing changes.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11084
by ivan.milic
Replied by ivan.milic on topic Re: Few questions
You want us to make you css for design you have. That can only be treated as custom job.
Please Log in to join the conversation.
Time to create page: 0.273 seconds