Dear Warren Baum,
- There are two way,
1, The directory structure you need is: TEMPLATE_NAME(smart_news17)/css/template.css
On line 741 replace:
.yt-day {
color: #FFFFFF;
font-size: 10px;
left: 20px;
margin: 0;
position: absolute;
top: 63px;
}
by:
.yt-day {
color: #FFFFFF;
font-size: 10px;
left: 20px;
margin: 0;
position: absolute;
top: 63px;
display: none;
}
2, The directory structure you need is: TEMPLATE_NAME(smart_news17)/includes/yt_template.class.php
On line 233 delete code:
<p class="yt-day">
...
</p>
- Please posted topic the right place, thanks!