- Posts: 14116
- Thank you received: 1639
Change backgroundcolour content wrap
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
13 years 10 months ago #8493
by ivan.milic
Replied by ivan.milic on topic Re: Change backgroundcolour content wrap
modules\mod_hot_joomla_carousel_pro\tmpl\default.php
but be carefuller that is PHP string variable no to mess up code.
but be carefuller that is PHP string variable no to mess up code.
Please Log in to join the conversation.
-
soedesh
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
13 years 10 months ago #8495
by soedesh
Replied by soedesh on topic Re: Change backgroundcolour content wrap
Thanks, I will be careful.
Please Log in to join the conversation.
-
soedesh
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
13 years 10 months ago #8497
by soedesh
Replied by soedesh on topic Re: Change backgroundcolour content wrap
Hi Ivan.
This looks so much different than I 've seen with firebug. Iám affraid you have to help me out of this. I want to make the background transparent and put the padding-left on 120px. Can you advise me how to implent this.
GrTz
This looks so much different than I 've seen with firebug. Iám affraid you have to help me out of this. I want to make the background transparent and put the padding-left on 120px. Can you advise me how to implent this.
GrTz
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 #8502
by ivan.milic
Replied by ivan.milic on topic Re: Change backgroundcolour content wrap
Hi I gave you wrong path it's:
modules\mod_hot_joomla_gallery\tmpl\default.php
You will see:
$doc->addStyleDeclaration( '
.slideViewer span.typo {
background: #'.$descTextBackground.';
color: #'.$descTextColor.';
}
#hot-joomla-gallery-wrapper {
background: #'.$galleryBackground.';
border: '.$galleryBorder.'px solid #'.$galleryBorderColor.';
}
' );
change this to:
$doc->addStyleDeclaration( '
.slideViewer span.typo {
background: #'.$descTextBackground.';
color: #'.$descTextColor.';
padding-left:120px;
}
#hot-joomla-gallery-wrapper {
background: #'.$galleryBackground.';
border: '.$galleryBorder.'px solid #'.$galleryBorderColor.';
}
' );
You don't need to edit anything for background-color: #000000; you have that in module parameters.
modules\mod_hot_joomla_gallery\tmpl\default.php
You will see:
$doc->addStyleDeclaration( '
.slideViewer span.typo {
background: #'.$descTextBackground.';
color: #'.$descTextColor.';
}
#hot-joomla-gallery-wrapper {
background: #'.$galleryBackground.';
border: '.$galleryBorder.'px solid #'.$galleryBorderColor.';
}
' );
change this to:
$doc->addStyleDeclaration( '
.slideViewer span.typo {
background: #'.$descTextBackground.';
color: #'.$descTextColor.';
padding-left:120px;
}
#hot-joomla-gallery-wrapper {
background: #'.$galleryBackground.';
border: '.$galleryBorder.'px solid #'.$galleryBorderColor.';
}
' );
You don't need to edit anything for background-color: #000000; you have that in module parameters.
Please Log in to join the conversation.
-
soedesh
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
13 years 10 months ago #8508
by soedesh
Replied by soedesh on topic Re: Change backgroundcolour content wrap
the backgound and the borders done, but no succes with the padding.
????????
Grtz
????????
Grtz
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 #8520
by ivan.milic
Replied by ivan.milic on topic Re: Change backgroundcolour content wrap
Try padding-left:120px!important;
Please Log in to join the conversation.
Time to create page: 0.085 seconds