- Posts: 4
- Thank you received: 0
#carousel_wrap, #path_wrap
-
manni001
Inactive member - Topic Author
- New Member
Less
More
12 years 6 months ago #19407
by manni001
#carousel_wrap, #path_wrap was created by manni001
#carousel_wrap, #path_wrap {
background-attachment: scroll;
background-clip: border-box;
background-color: #1A86E2;
Hello,
where can I find this file?
greeting
Manfred Braun
background-attachment: scroll;
background-clip: border-box;
background-color: #1A86E2;
Hello,
where can I find this file?
greeting
Manfred Braun
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19414
by ivan.milic
Replied by ivan.milic on topic Re: #carousel_wrap, #path_wrap
template_css.php
The following user(s) said Thank You: manni001
Please Log in to join the conversation.
-
manni001
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
12 years 6 months ago #19425
by manni001
Replied by manni001 on topic Re: #carousel_wrap, #path_wrap
Hello
I want to change the color. Have the template_css.php in the file not found.
sincerely,
Manfred Braun
I want to change the color. Have the template_css.php in the file not found.
sincerely,
Manfred Braun
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago - 12 years 6 months ago #19429
by ivan.milic
Replied by ivan.milic on topic Re: #carousel_wrap, #path_wrap
<joomla root>/templates/hot_realestate/css/template_css.php
Last edit: 12 years 6 months ago by ivan.milic.
Please Log in to join the conversation.
-
manni001
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
12 years 6 months ago #19431
by manni001
Replied by manni001 on topic Re: #carousel_wrap, #path_wrap
Hello
this is the code that I find in the file. Here I can not change the color.
joomla root>/templates/hot_realestate/css/template_css.php
}
#carousel_wrap, #path_wrap {
background:<?php echo $primaryColor; ?> <?php if($carouselBg) { ?>url(<?php echo $template_path; ?>/images/carousel_gradient<?php echo $carouselBg; ?>.png) no-repeat top center<?php } ?>;
}
Greetings
Manfred Braun
this is the code that I find in the file. Here I can not change the color.
joomla root>/templates/hot_realestate/css/template_css.php
}
#carousel_wrap, #path_wrap {
background:<?php echo $primaryColor; ?> <?php if($carouselBg) { ?>url(<?php echo $template_path; ?>/images/carousel_gradient<?php echo $carouselBg; ?>.png) no-repeat top center<?php } ?>;
}
Greetings
Manfred Braun
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19436
by ivan.milic
Replied by ivan.milic on topic Re: #carousel_wrap, #path_wrap
just add your definition after it so new definition takes advantage
#carousel_wrap, #path_wrap {
background:<?php echo $primaryColor; ?> <?php if($carouselBg) { ?>url(<?php echo $template_path; ?>/images/carousel_gradient<?php echo $carouselBg; ?>.png) no-repeat top center<?php } ?>;
}
#carousel_wrap, #path_wrap {
...whatever you put here will win...
}
#carousel_wrap, #path_wrap {
background:<?php echo $primaryColor; ?> <?php if($carouselBg) { ?>url(<?php echo $template_path; ?>/images/carousel_gradient<?php echo $carouselBg; ?>.png) no-repeat top center<?php } ?>;
}
#carousel_wrap, #path_wrap {
...whatever you put here will win...
}
Please Log in to join the conversation.
Time to create page: 0.161 seconds