Hide next and previous navigation in post
Hi,
I have a strange issue, when I add following css-code in style.css in our child theme:
#content nav {
display: none !important;
}
it doesn't work but if we put the same code into customize theme and in the Extra CSS field then its working.
Any idea why?
Per