How to Highlight Current Page Link of Navigation Menu in WordPress

Опубликовано: 21 Октябрь 2024
на канале: WebPlover
17,965
171

In this video i told you, how can you highlight the current active page link in wordpress navigation menu using css.

Custom Css :

.current-menu-item a {
color: #fce77d !important;
background: #f96167 !important;
}