- Posts: 35
- Thank you received: 0
Template layout graphics and colours
-
dfalir
Inactive member -
Topic Author
- Member
-
Less
More
13 years 10 months ago - 13 years 10 months ago #11543
by dfalir
Template layout graphics and colours was created by dfalir
Guys, thank you very much for all your support. I am so sorry that i am not a better joomla user, i still need your help.
I have attached a file where you can see what i want your help on. Whenever you can, it would be great if you could provide some guidelines. First problem, the colour left to user5 module position is not the same as user5 module position's colour, and secondly i can not "see" the background "grafiti" next to carousel position.
Thank you,
Dionisis
I have attached a file where you can see what i want your help on. Whenever you can, it would be great if you could provide some guidelines. First problem, the colour left to user5 module position is not the same as user5 module position's colour, and secondly i can not "see" the background "grafiti" next to carousel position.
Thank you,
Dionisis
Last edit: 13 years 10 months ago by dfalir. Reason: Analytical Title for similar user questions
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago - 13 years 10 months ago #11573
by ivan.milic
Replied by ivan.milic on topic Re: Template layout graphics and colours
Check in /modules/mod_hot_newsflash/tmpl/style.css:
#featured {
background: url(../images/tabs_bg.png) top right no-repeat;
}
probably you need to add override because you have site sub-folder . Add to the bottom of template_css.css:
#featured {
background: url(<your path>/images/tabs_bg.png) top right no-repeat!;
}
for other problem check if template width matches newsflash module width.
#featured {
background: url(../images/tabs_bg.png) top right no-repeat;
}
probably you need to add override because you have site sub-folder . Add to the bottom of template_css.css:
#featured {
background: url(<your path>/images/tabs_bg.png) top right no-repeat!;
}
for other problem check if template width matches newsflash module width.
Last edit: 13 years 10 months ago by ivan.milic.
Please Log in to join the conversation.
-
dfalir
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 35
- Thank you received: 0
13 years 10 months ago #11591
by dfalir
Replied by dfalir on topic Re: Template layout graphics and colours
Regarding the second problem, the mod_hot_newsflash=template width=960
Please Log in to join the conversation.
Time to create page: 0.160 seconds