Change backgroundcolour content wrap

More
13 years 10 months ago #8493 by ivan.milic
modules\mod_hot_joomla_carousel_pro\tmpl\default.php

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
  • New Member
More
13 years 10 months ago #8495 by soedesh
Thanks, I will be careful.

Please Log in to join the conversation.

  • soedesh
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 10 months ago #8497 by soedesh
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

Please Log in to join the conversation.

More
13 years 10 months ago #8502 by ivan.milic
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.

Please Log in to join the conversation.

  • soedesh
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 10 months ago #8508 by soedesh
the backgound and the borders done, but no succes with the padding.

????????

Grtz

Please Log in to join the conversation.

More
13 years 10 months ago #8520 by ivan.milic
Try padding-left:120px!important;

Please Log in to join the conversation.

Time to create page: 0.085 seconds
Powered by Kunena Forum