Remove the top navigation links?

Remove the top navigation links?

by Mia Musolino -
Number of replies: 1

Is there a way through custom CSS to remove the top chapter navigation links? I like the text links rather than just the arrow icons, but it gets very cluttered at the top and I could do with them just on the bottom. I'm using Moodle 3.3. Below is a capture with the links I want to either turn to white text or remove. thanks in advance!

moodle book page with chapter links marked

Average of ratings: -
In reply to Mia Musolino

Re: Remove the top navigation links?

by Sa Ku -

Adding this to your custom.css should do the trick: 

.navtop.navtext .chaptername,.navtop.navtext a, .navtop.navtext a.bookprev
{
    display:none
}
Average of ratings: Useful (1)