hairstyle question

Home Support WordPress Solutions hairstyle question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3791
    Anonymous
    Inactive

    Hello.

    What I can use syntax to indicate the current menu?

    for example (style.css):

    .main-nav ul li a: hover {text-decoration: none; padding: 10px 10px; color: # 000000; border-bottom: 5px solid #ffffff;}

    here describes the selection of the menu item to which pointer induced.

    how do I add here stylization about the active (current) menu item?

    hairstyle template

    #3833
    FlyThemes
    Keymaster

    Hi

    You can style this class.
    .main-nav ul li.current_page_menu a{your css here.}

    Thank You

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.