Hey there so basically the buttons on my navbar still get some kind of underline, i just want them to point to the given page without any effects. I watched your video but still cant understand how to fix it
Do the same thing that you did with the text decoration thing (the screenshot you posted above), but this time, before you do it, click on the class selector (the bar where it says “tag” in the Design panel), and then click on the pink global class.
You applied removing the text decoration only to the unique tagged element (that’s why it’s in blue); you want to apply it to the whole global class of links so that all your links stop getting underlined. As long as you keep the colors in your :hover CSS the same, it should only remove the text decoration.
Hi, as chelce said, you should edit class, in this case class is nav-link
and in settings of that nav link, it is set to be border-bottom blue on hover state.
So basically, click on nav-link class, then select hover state, scroll down to border section in design sidebar, and just reset border to default.