About one hour ago, I’ve added the last two codes into my CSS stylesheet:
[code language=”css”]
footer .left a {
display: none;
}
#footer-wrap {
background-color: inherit;
}
footer .left:after {
content: ‘© Copyright 2001-2016 FlynnsPaws’;
}
.postnav, .left:before {content:"Previous/Older ‹";}
.postnav, .right:after {content:"› Next/Newer";}[/code]
The ‘text’ is supposed to help the readers view either the next or previous post. Frankly, I can’t tell which direction I should click without this ‘text’.
Me smart!
Leave a Reply