- Posts: 2
- Thank you received: 0
Remove Hot date
-
tfmlink
Inactive member - Topic Author
- New Member
Less
More
13 years 4 months ago #10080
by tfmlink
Remove Hot date was created by tfmlink
How do I remove the date in the beginning of articles and the hot date
?
thnks
?
thnks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
13 years 4 months ago #10089
by milos
Replied by milos on topic Re: Remove Hot date
Please disable Date option in the parameters of the Home menu item (in Menu manager).
Please Log in to join the conversation.
-
Sheeko
Inactive member - Member
Less
More
- Posts: 48
- Thank you received: 0
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 week ago #35266
by ivan.milic
Replied by ivan.milic on topic Re: Remove Hot date
Comment out this code in template_css.css:
to comment out some code in css you wrap css code with /* and */
Code:
.hotDay {
font-size:24px;
color:#000;
padding-top:0px;
font-family:Tahoma, Geneva, sans-serif;
line-height:22px;
}
.hotDay2 {
font-size:9px;
font-weight:normal;
color:#fff;
font-family:Tahoma, Geneva, sans-serif;
padding:5px 0;
}
.hotMonth {
font-size:9px;
font-weight:normal;
text-transform:uppercase;
color:#000;
font-family:Tahoma, Geneva, sans-serif;
padding-bottom:5px;
}
.hotYear {
font-size:16px;
font-family:Tahoma, Geneva, sans-serif;
}
to comment out some code in css you wrap css code with /* and */
Please Log in to join the conversation.
Time to create page: 0.156 seconds