David Eck
asked 10 years ago

Hello,

I’m enjoying playing with your theme I do have a couple of questions:

1. How do I change the banner ads?
2. I am building a semi static site with alot of articles so I don’t want to show when they were posted. How can I make this happen?

Thank you,

1 Answers
DominicStaff
answered 10 years ago

Hi David ! 
1. To have an ad banner on our demo site, we used HTML code in the TEXT widget. To do that, simply log in to Dashboard > Widgets > drag and drop the Text widget into Header sidebar placed on the right hand side, then add the following code to the Text widget.

<div class="ads-770"><a class="ads-thumb" href="http://mp3.zing.vn" title="Multi Grids Responsive with JigoShop"><img src="FILE URL"></a>
</div>

Notice: Please add the image to the Media first, then copy the image file URL on the right hand side and change here: FILE URL

2. The author & date appeared on both single posts and DW Focus: Category widget. If you want to remove the author & date in single posts you can add the following code to the Header Code (Dashboard > Customize)

<style>
.entry-date {
    display: none;

.author-info {
    display: none;
}
.single .site-content > .hentry .entry-meta {
    padding-bottom: 30px;
}
</style>

– In case you want to remove the author & Date in the DW Focus: category widget, you can log in to Dashboard > Appearance >> Widgets > find the sidebars which used DW Focus: Category widget, open the “DW Focus: Category” widget then keep the box next to  “Show the date of post / Show the author infounchecked.
Regards,

Powered by DW Question & Answer Pro