wordpress - twentyten submenu CSS -


I am using a conscious child theme for a website that I am creating and reaching "current_item" There is a lot of trouble in "Selector on the sub menu item

I can format the main menu item:

  #access ul li.current_page_item a {}   

I've tried:

  #access ul ul li.current_page_item a {}   

or standard windows editor : #access ul li.current_page_item> A, #access ul li.current_page_ancestor> A, #access u L li.current-menu-ancestor> A, #access ul li.current-menu-item> A, #access ul li.current-menu-parent> A {}

but none of them works on sub-menu items ...

What do I have to do, change the current color of background and text Submenu item

I change its background and text color Want to change

Thanks a lot!

If you type the background color and text If you want to change the current menu item , you can get it by adding property to the following CSS class ( style.css: line 98 )

  #access ul li.current_page_item a {color: Yellow; Background color: red; }    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -