Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21199
    my add
    Keymaster

    how to use the template anime visual gaming and edit the template? please give me how to set template anime visual gaming with complete .Thanks

    #21208
    Templatesyard
    Participant

    Configure Featured Content Slider:
    Login to blogger dashboard –> layout –> Edit HTML. Now 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>`
    ……….

    Now replace :

    “#” with your featured post URL.
    “thumb.jpg” with your thumbnail image.
    “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 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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.