-
AuthorPosts
-
06/03/2015 at 10:00 am #15629TemplatesyardParticipant
Hello,
I’m a pretty inexperienced blogger, I guess, and I was wanting to create a clean look for a festival I’m working for. I really like the Motif template, but whenever I apply it to my blog, I can’t figure out how to change the links at the top (ie. Home, Business, Downloads, etc.) or remove the “featured post” image, of the two dudes with the computer, etc. Could someone tell me how I can change those?
Thank you!
(I have also been having this problem with the Minima Colored 3 Mag Template as well.)
06/03/2015 at 10:34 am #15631TemplatesyardParticipantFor customize motif template..
Go to blogger dashboard >> Template >> Edit HTML & JavaScript and now find and replace with yours and also replace # with your URL.<div class='menu-containerpbt'> <ul class='menupbt'> <li><a expr:href='data:blog.homepageUrl'>Home</a></li> <li><a href='#'>Business</a> <ul class='sub-menu'> <li><a href='#'>Internet</a></li> <li><a href='#'>Market</a></li> <li><a href='#'>Stock</a></li> </ul> </li> ... <li><a href='#'>Uncategorized</a></li> </ul> </div>
Configure Featured post
<!-- featured post area started --> <b:if cond='data:blog.url == data:blog.homepageUrl'> <div class='heropbt with-featured-imagepbt'> <figure class='hero-contentpbt'> <img height='610' src='http://2.bp.blogspot.com/-yuUX9q4pa04/VOQDKQNRBFI/AAAAAAAAQCU/0rf9LFGE6Y8/s1600/featured-post-image.jpg' width='1140'/> <div class='hero-content-overlayer'> <div class='hero-container-outer'> <div class='hero-container-inner'> <article class='hentry'> <header class='entry-header'> <h1 class='entry-title'>This is the Featured Post Title.</h1> </header><!-- .entry-header --> <div class='entry-content'> <p>This is the summary of the featured post. This is great place to add your <em>call to action</em> or any other brief message. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com.</p> </div><!-- .entry-content --> </article> </div><!-- .hero-container-inner --> </div><!-- .hero-container-outer --> </div><!-- .hero-content-overlayer --> </figure><!-- .hero-content --> </div> </b:if> <!-- featured post area end -->
Replace image source URL (http://2.bp.blogspot.com/-yuUX9q4pa04/VOQDKQNRBFI/AAAAAAAAQCU/0rf9LFGE6Y8/s1600/featured-post-image.jpg) with yours one and replace text also.
-
AuthorPosts
- You must be logged in to reply to this topic.