Advertisement
firoze

Wordpress এ menu highlight করার জন্নে নিচের css copy করে pa

Dec 8th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.69 KB | None | 0 0
  1. // Wordpress এ menu highlight করার জন্নে নিচের css copy করে paste করে ব্যবহার করতে হবে |
  2.  
  3. ul.menu li :hover, ul.menu  .current_page_parent, ul.menu .current_page_item{background:#1B9BFF;}
  4. ul#menu li a:hover, ul#menu  .current_page_parent, ul#menu .current_page_item{background:#1B9BFF;}
  5. /*
  6.     the above rules class or id (.menu or #menu) taken  from ul (<ul class="menu" or id="menu"> if no id or class in (<ul>) then call before the first id or class and then write (#id name or . class name ul li) ) here (.current_page_parent) has been used for dropdown menu
  7.    
  8.     and (.current_page_item) has been used single menu (no dropdown)
  9. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement