what is wrong with my css? active links not changing color

后端 未结 2 2036
悲哀的现实
悲哀的现实 2021-01-28 23:53

I cannot get my Wordpress menu active links to remain red.

I\'ve added the CSS I think is relevant to the navigation of, but also the body, etc, in case that is impactin

2条回答
  •  花落未央
    2021-01-29 00:36

    it doesn't work like that, you need to set active class or id with serverside language or with js, then you can indicate active page.

提交回复
热议问题