Removing Next Post / Previous Post buttons from bottom of each post
-
Using Ixion Theme
Removing Next Post / Previous Post buttons from bottom of each post…
.. is there a way via CSS?
The blog I need help with is: (visible only to logged in users)
-
Hi,
It looks like your blog is private and hence i cannot access it and take a clear look at your blog code.But let me know if this helps.
You can hide the next and previous post buttons by adding the following CSS code to the CSS selectors of the same:
display: none;And if you do not want to edit the CSS you can just remove/comment out the HTML code that displays the arrows from the .php file of the theme.
Please note that this step is a little risky if you are not aware of what you are doing, so i would recommend you to edit the CSS code instead.Hope this helps :)
-
-
- The topic ‘Removing Next Post / Previous Post buttons from bottom of each post’ is closed to new replies.