I am trying to remove Previous and
-
Hey there,
I am trying to remove <span class=”title”>Previous</span> and <span class=”title”>Next</span> from each of the 3 blog pages. Click on on from the front page and scroll down to the bottom.There are other things I would probably like to remove/change, and would welcome some one to give me a net instead of a fish, and explain to me when I find code from ‘inspect element’, what code I can use to go about getting rid of it or changing in general. Is there a list of commonly used CSS instructions?
Can I open a theme css stylesheet and delete? Seems more intuitive than using the CSS editor?All the best
The blog I need help with is: (visible only to logged in users)
-
This is the code I refer to:
<div class=”entry-footer-wrapper”>
<nav class=”navigation post-navigation” role=”navigation”>
<h2 class=”screen-reader-text”>Post navigation</h2>
<div class=”nav-links”><div class=”nav-previous”><span class=”title”>Previous</span>Apply For Staking</div></div>
</nav>
</div><div class=”entry-footer-wrapper”>
<nav class=”navigation post-navigation” role=”navigation”>
<h2 class=”screen-reader-text”>Post navigation</h2>
<div class=”nav-links”><div class=”nav-previous”>
<span class=”title”>Previous
</span>Apply For Staking</div></div>
</nav>
</div> -
Please scroll to the bottom of https://ppstaking.com/2009/02/23/apply-for-staking/ to understand what I refer to
-
- The topic ‘I am trying to remove Previous and’ is closed to new replies.