How can I change link color and hover color in Bootstrap version 4?

前端 未结 9 1188
南笙
南笙 2021-01-11 14:33

In my design, I want to change my link and hover color in a specific part. I try my best but I can\'t do that. I am new in bootstrap. How can I change it for Bootstr

9条回答
  •  执念已碎
    2021-01-11 15:05

    I'm just a noob, but Bootstrap 4 has a class called "nav-link" that you use in the link element tag. I was using a dark, primary colored navbar and the links were the same color. This solved it for me.

    
    

提交回复
热议问题