Text in newsflash

  • urosm
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 1 month ago - 13 years 1 month ago #11884 by urosm
Text in newsflash was created by urosm
How to get rid of text over picture in Newsflash?

I want just text that shows in tabs.

Thanks.
Last edit: 13 years 1 month ago by urosm.

Please Log in to join the conversation.

More
13 years 1 month ago #11885 by ivan.milic
Replied by ivan.milic on topic Re: Text in newsflash
open modules\mod_hot_newsflash\tmpl\defaut.php

you will see:

$tabHeight = $imageHeight / $tabNumber;
$infoWidth = $moduleWidth - $tabWidth - $imageWidth - 10;
$imageWidth2 = $imageWidth + 8;

change them to:

$tabHeight = $imageHeight / $tabNumber;
$infoWidth = 0;
$imageWidth2 = $imageWidth + 8;


then you can see:

...
#featured .infotext {
width:'.$infoWidth.'px;
height:'.$imageHeight2.'px;
overflow:hidden;
}
...

insert display:none; like this:

...
#featured .infotext {
width:'.$infoWidth.'px;
height:'.$imageHeight2.'px;
overflow:hidden;
display:none;
}
...

Please Log in to join the conversation.

  • urosm
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 1 month ago #11888 by urosm
Replied by urosm on topic Re: Text in newsflash
Thanks. Great support!

Please Log in to join the conversation.

Time to create page: 0.207 seconds
Powered by Kunena Forum