- Posts: 4
- Thank you received: 0
Font size in linked article
-
bsecure
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 6 months ago #10734
by bsecure
Font size in linked article was created by bsecure
Hello,
Here is the link :
www.bsecure.info/index.php/component/content/article?id=68
I'm trying to do the size of the font bigger.I tryed to change settings in module manager,article manager and template manager.
I guess that must be the way to change it in the code of template.
Thanks in advance and best regards,
Michael.
Here is the link :
www.bsecure.info/index.php/component/content/article?id=68
I'm trying to do the size of the font bigger.I tryed to change settings in module manager,article manager and template manager.
I guess that must be the way to change it in the code of template.
Thanks in advance and best regards,
Michael.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #10743
by ivan.milic
Replied by ivan.milic on topic Re: Font size in linked article
Size of text is set by default font size for template. In layout.css:
html {
font-size:12px;
}
html {
font-size:12px;
}
Please Log in to join the conversation.
-
bsecure
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
13 years 6 months ago #10754
by bsecure
Replied by bsecure on topic Re: Font size in linked article
Thank you very much,Ivan, but it does not work.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #10758
by ivan.milic
Replied by ivan.milic on topic Re: Font size in linked article
I see there is still 12px in that file , are you sure you change it?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #10759
by ivan.milic
Replied by ivan.milic on topic Re: Font size in linked article
You can add below that
p{
font-size:15px;
}
where 15px is value you should change.
p{
font-size:15px;
}
where 15px is value you should change.
Please Log in to join the conversation.
Time to create page: 0.100 seconds