#carousel_wrap, #path_wrap

  • manni001
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 6 months ago #19407 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

Please Log in to join the conversation.

More
12 years 6 months ago #19414 by ivan.milic
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
  • New Member
More
12 years 6 months ago #19425 by manni001
Hello
I want to change the color. Have the template_css.php in the file not found.
sincerely,
Manfred Braun
Attachments:

Please Log in to join the conversation.

More
12 years 6 months ago - 12 years 6 months ago #19429 by ivan.milic
<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
  • New Member
More
12 years 6 months ago #19431 by manni001
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

Please Log in to join the conversation.

More
12 years 6 months ago #19436 by ivan.milic
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...
}

Please Log in to join the conversation.

Time to create page: 0.161 seconds
Powered by Kunena Forum