- Posts: 2
- Thank you received: 0
Re: Changing heading text style and size
-
Koby
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 10 months ago #9164
by Koby
Changing heading text style and size was created 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
Thank you for your help
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 #9180
by ivan.milic
Replied by ivan.milic on topic Re: Changing heading text style and size
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.
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
-
Less
More
- Posts: 2
- Thank you received: 0
13 years 10 months ago #9186
by Koby
Replied by Koby on topic Re: Changing heading text style and size
Ok, thank you
Please Log in to join the conversation.
-
bim
Inactive member -
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
13 years 8 months ago - 4 years 7 months ago #10262
by bim
Replied by bim on topic Re: Changing heading text style and size
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.
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: 4 years 7 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #10268
by ivan.milic
Replied by ivan.milic on topic Re: Changing heading text style and size
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
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.159 seconds