- Thank you received: 0
How could I change the fonts?
-
susanag
-
Topic Author
- New Member
-
Less
More
13 years 11 months ago #7364
by susanag
Replied by susanag on topic Re: How could I change the fonts?
No, sorry, here is the CSS that I can see inside the hot-newsflash module and it doesnt have a reference to any font:
#featured ul.ui-tabs-nav{
position:absolute;
top:0; right:0;
list-style:none;
padding:0; margin:0;
}
#featured ul.ui-tabs-nav li {
padding:0;
font-size:12px;
}
#featured li.ui-tabs-nav-item a {
display:block;
padding-left:5px;
text-decoration:none;
overflow:hidden;
}
#featured .infotext h2 {
padding:5px 0; margin:0;
overflow:hidden;
font-size:36px;
line-height:36px;
}
#featured .infotext h2 a {
}
#featured .infotext p {
overflow:hidden;
}
#featured .infotext a:hover{
text-decoration:none;
}
#featured .ui-tabs-hide{
display:none;
}
#featured {
background:url(../images/tabs_bg.png) top right no-repeat;
}
I would like there was some way to make fonts bold in the tabs. Is this possible?:blush:
#featured ul.ui-tabs-nav{
position:absolute;
top:0; right:0;
list-style:none;
padding:0; margin:0;
}
#featured ul.ui-tabs-nav li {
padding:0;
font-size:12px;
}
#featured li.ui-tabs-nav-item a {
display:block;
padding-left:5px;
text-decoration:none;
overflow:hidden;
}
#featured .infotext h2 {
padding:5px 0; margin:0;
overflow:hidden;
font-size:36px;
line-height:36px;
}
#featured .infotext h2 a {
}
#featured .infotext p {
overflow:hidden;
}
#featured .infotext a:hover{
text-decoration:none;
}
#featured .ui-tabs-hide{
display:none;
}
#featured {
background:url(../images/tabs_bg.png) top right no-repeat;
}
I would like there was some way to make fonts bold in the tabs. Is this possible?:blush:
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #7372
by ivan.milic
Replied by ivan.milic on topic Re: How could I change the fonts?
Then add it in head section of index.php of template just before </head> in style block:
<style type="text/css" >
#featured li.ui-tabs-nav-item a {
font-weight: bold;
}
</style>
<style type="text/css" >
#featured li.ui-tabs-nav-item a {
font-weight: bold;
}
</style>
Please Log in to join the conversation.
Time to create page: 0.070 seconds