Template name : Anime Visual

Template features : Wordpress Look, 2 Columns, Right Sidebar, Anime Style, Featured Content Slider, Fixed Width, Blue Background, Top Navigation Menu, Tabbed Widget.
Configure Featured Content Slider:
Login to blogger dashboard --> layout --> Edit HTML.  scroll down to where you see the codes below:

<div id='feature'>
 <ul class='ui-tabs-nav'>
  <li><a href='#fragment-502'><img src='/thumb.jpg'/></a>
  </li>
 ..........
 <div class='ui-tabs-panel' id='fragment-502'>
 <img src='/image.jpg'/>
 <div class='info'>
 <h2><a href='#'>Feature Title 1</a></h2>
 <p>Lorem ipsum dolor sit amet...<a href='#'>Read More</a></p>
 ..........
and replace :
"#" with your featured post URL.
"thumb.jpg" with your thumbnail image.
"image.jpg" with your slider image.
Configure Dropdown Menu:
 scroll down to where you see the codes below:

<ul id='nav'>
 <li><a expr:href='data:blog.homepageUrl'>Home</a></li>
 <li><a href='#'>About</a>
  <ul class='children'>
   <li><a href='#'>Contact us</a></li>
 ..........
Just replace "#" with your menu item URL.

Post a Comment

 
Top