• Resolved a68riz

    (@a68riz)


    Ive been searching online all day, and have found a lot of involved methods of removing the “Older posts” link at the top and bottom of the main (center) column, just above and just below the current post.
    Is there a simple way to achieve this?

    Our site http://humbleheartsonline.com/
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • I think this CSS should do it:

    nav#nav-above, nav#nav-below {
        display: none;
    }

    Thread Starter a68riz

    (@a68riz)

    That was so easy, it worked perfectly
    I was reading how to’s on sites that were 5 pages long on how to modify the css.
    Glad I asked.
    Hopefully these threads will be of help to others.
    I need a course on php and css, any suggestions?
    There is just so much it can do…
    Lots of power, lots of details…

    Thanks again!

    One thing to be aware of is that CSS is very theme/site specific, so other threads are of limited use unless your theme is the same and even then, may not be the same as another site. The best way to work with CSS is by using a browser tool like Firebug – some good resources:

    https://getfirebug.com/

    https://developer.mozilla.org/en-US/learn/css

    http://www.w3schools.com/css/

    Thread Starter a68riz

    (@a68riz)

    OOOh, Nice
    Ill check it out!
    Thanks for your help and the time you give to the forum!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove "Older posts" from Top & Bottom of main column’ is closed to new replies.