Configure Featured Content Slider:
Login to blogger dashboard --> layout --> Edit HTML. Scroll down to where you see the codes below:
  • <li class='featured-post col g4'>
     <a class='dt-thumb' href='#'><img class='dt-post-image thumbnail' height='225' src='/image.jpg' width='300'/></a>
     <div class='post-info'>
     <h2 class='entry-title'><a href='#'>Under Lights in Astoria</a></h2>
     </div>
    </li> 
     ..........
Now replace:
  • "#" with your featured post URL.
  • "image.jpg" with your slider image

Configure Dropdown Menu:
Login to blogger dashboard --> layout --> Edit HTML. Now scroll down to where you see the codes below:
  • <ul class='fadein drop' id='menu-main-nav'>
     <li><a href='#'>Blog</a>
      <ul class='sub-menu'>
       <li><a href='#'>Entertainment</a></li>
       <li><a href='#'>Politics</a></li>
     ..........
Replace "#" with your menu item URL.