Results 1 to 2 of 2

Thread: Customize blogger tips

  1. #1
    Featured Member CurvyWinona's Avatar
    Joined
    Jun 2012
    Location
    Making $ while sleeping
    Posts
    1,520
    Thanks
    4,438
    Thanked 3,016 Times in 951 Posts
    My Mood
    Amused

    Default Customize blogger tips

    Here are some tips for blogger I have found tonight.. I am trying to remove some stuff from my posts, so my posts can look like a website, rather than a blog. I thought I'd share with you all.


    Please share any tips you know!


    How to add CSS to your blogger blog
    How to hide / Remove post date, time and author name in Blogger posts
    How to remove blogger navbar
    How to Enable or Disable Comments in Blogger
    Blogging Tip...Adding Email Button
    How to put put Posts into your Pages in Blogger
    How to add a thumbnail image/photo gallery in Blogger
    BLOGGER IMAGE GALLERY TUTORIAL
    HOW TO MAKE YOUR BLOGGER BLOG NOT LOOK LIKE A, UM, BLOGGER BLOG
    How To Design A Blog And Make It Look Pretty
    How to Make a Professional Website on Blogger?
    How to Turn Your .blogspot into a .com in less than 10 minutes
    HOW TO CUSTOMIZE YOUR BLOGGER BLOG (I.E. BLOGSPOT) & SOME HTML BASICS FOR ALL BLOGS
    MBT - My Blogger Tricks
    UNDERSTANDING CSS IN BLOGGER
    HTML CODE TUTORIAL
    Remove Blogger Static Page Titles
    Replacing Blogger widget’s title with an image

    _________________________________________

    Hiding Newer - Older Post Links Below Posts in Blogger:

    hiding all three links-
    Code:
    #blog-pager {display:none;}
    Hide the 'Newer Post' link-
    Code:
    #blog-pager-newer-link {display:none;}
    Hide the 'Home' link-
    Code:
    #blog-pager .home-link {display:none;}

    Hide the 'Old Post' link-
    Code:
    #blog-pager-older-link {display:none;}
    _________________________________________


    Remove the Attribution on bottom of blogger page:


    quick easy is just go to Template/Customize/Advanced/Add CSS then type this code in:

    Code:
    #Attribution1 {display: none}
    (taken from comment: http://helplogger.blogspot.com/2012/...tribution.html)

    _________________________________________

    Adding A Floating “Back To Top” Button:

    Here are the steps:
    1. Login to your Blogger account.
    2. Go to Dashboard > Design > Edit HTML.
    3. Back up your template.
    4.Insert the following code immediately before the </body> tag in your HTML.
    Code:
    <a style="position: fixed; bottom:5px;left:5px;" href="#" title="Back to Top"><img style="border: none;" src="YourButtonUrl"/></a>
    ** Replace YourButtonUrl with the link to your button or icon. **

    If you prefer to use text instead of an image, use this code:
    Code:
    <a style="position: fixed; bottom:5px;left:5px;" href="#" title="Click to go to top">YourTextHere</a>
    **Replace YourText with your own wording.**
    You can change the location of the button / link by changing the values of this code:
    bottom:5px; left:5px;
    Last edited by CurvyWinona; 01-22-2015 at 07:53 PM.

  2. The Following 4 Users Say Thank You to CurvyWinona For This Useful Post:


  3. #2
    Banned
    Joined
    Jan 2012
    Posts
    2,551
    Thanks
    6,900
    Thanked 7,271 Times in 1,924 Posts

    Default Re: Customize blogger tips

    thankyou sweets

Similar Threads

  1. Blogger or Wordpress?
    By EvilChick1989 in forum Camming Connection
    Replies: 8
    Last Post: 08-17-2011, 09:04 PM
  2. Looking for Event Blogger
    By rick_tscs in forum Jobs
    Replies: 0
    Last Post: 08-09-2011, 07:17 PM
  3. blogger help
    By goreantx in forum Other Work
    Replies: 2
    Last Post: 05-07-2011, 05:51 PM
  4. Customize unique Pet-Shirts
    By meredithgrey in forum The Lounge
    Replies: 0
    Last Post: 03-17-2011, 12:13 AM
  5. blogger ?
    By misselise07 in forum Other Work
    Replies: 10
    Last Post: 11-28-2010, 12:50 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •