View the page source and find the link ID
In the above code our link id is menu-item-700Code:<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-700" id="menu-item-700"><a href="http://192.168.0.199/swift-dev/?page_id=144">Child page 1</a></li>
now, add this code to user css
Code:#menu-item-700 a{ background:red!important; color:#C00!important } #menu-item-700 a:hover{ background:red!important; color:#C00!important }




Reply With Quote
Bookmarks