Re: Changing heading text style and size

  • Koby
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #9164 by Koby
Hello, i found yours newsflash very usefull, it displays news on a great way. But i dont know much about CSS and that things. Could you please tell how to change header style and size? Because now heading text is to big and i also dont like the horiznotal line under the heading text.

Thank you for your help

Please Log in to join the conversation.

More
12 years 8 months ago #9180 by ivan.milic
Hi,

on this forum I can only tell you only that you can change style for that component in modules\mod_hot_newsflash\tmpl\style.css

Customization to your needs is treated as custom job for you.

Please Log in to join the conversation.

  • Koby
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #9186 by Koby
Ok, thank you

Please Log in to join the conversation.

  • bim
    Inactive member
  • New Member
  • New Member
More
12 years 7 months ago - 3 years 6 months ago #10262 by bim
I think my problem is similar to this. This is what the module looks like:



See where the word "more" overlaps into the dots? I was able to change it in firebug by editing #featured .infotext, but I cannot seem to find it.



I just need to change that 290 to a 280, and I should be good. I'm tearing out my hair trying to find it. :(
Last edit: 3 years 6 months ago by milos.

Please Log in to join the conversation.

More
12 years 7 months ago #10268 by ivan.milic
That's in .php code.

File is
modules\mod_hot_newsflash\tmpl\default.php

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

To make taht 10 px smaller you will see at beggining of same file:
...
$infoWidth = $moduleWidth - $tabWidth - $imageWidth - 10;
...

Just remove - 10

Please Log in to join the conversation.

Time to create page: 0.316 seconds
Powered by Kunena Forum