- Posts: 185
- Thank you received: 0
Date picker
-
dh12355@gmx.de
Inactive member - Topic Author
- Member
Less
More
7 years 7 months ago #47088
by dh12355@gmx.de
Date picker was created by dh12355@gmx.de
is it possible to deactivate the date picker you see in screen complete?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
7 years 7 months ago #47089
by milos
Replied by milos on topic Date picker
Hello,
Please edit template_css.css file and change this:
to this:
Best regards,
Milos
Please edit template_css.css file and change this:
Code:
.newsflash time {
position: absolute;
transform: scale(0.7);
}
to this:
Code:
.newsflash time {
position: absolute;
transform: scale(0.7);
display:none;
}
Best regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.226 seconds