When viewing a single post, the previous / next post arrows colour on hover is the default green.
I have changed my colour in the customise theme section but doesn’t change in this particular instance.
How can I change this? Or do I need to add custom css?
Thanks
1 Answers
Hi Ben !
To change the Previous/Next Post Arrows in the DW Minion, You can log in to Dashboard > Appearance > Customize > Custom Code, then add the following code to the “Header Code”
<style>
@media (min-width: 768px) {
.pager .nav-next a:hover .btn, .pager .nav-previous a:hover .btn {
background: #...;
}
}
</style>
Hope this helps !
Please login or Register to submit your answer