I would like to know the easiest way on how to edit an advert on the DW Focus theme and to edit the link on it.
1 Answers
Hi,
If you want to edit the Ads 770x90px on the Header & home cotent, you can open the Text widget in the Dashboard > Widget.
Add the following code to the Text widget:
<div class="ads-770">
<a class="ads-thumb" href="Your URL" title="Multi Grids Responsive with JigoShop"><img src="http://URL-IMAGE.jpg"></a>
</div>
- Change the Ads 230x230px in the right sidebar, you can add the following code to the Text widget.
<div class="ads-230"> <a class="ads-thumb" href="Your URL" title="Multi Grids Responsive with JigoShop"><img src="http://URL-IMAGE.jpg"></a> </div>
Note: You can add your image to the Media then copy the URL in the right hand side.
Hope this helps !
Please login or Register to submit your answer