Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3027
    VINCE8585
    Member

    Hello,

    I wonder how to highight the pages/categories from my menu… when you navigate on the page/category concerned ?

    Any ideas ?

    #3047
    Sakin
    Keymaster

    @VINCE8585: It does. When you are in particular page or category. The menu of particular page or category font get bold.

    #3061
    VINCE8585
    Member

    eheh…. ive already made this bold by defaut even when  you re not navigating on the page/category…

    Any way to highligh the page when you re on it as it does when you hover on the menu title ?

    Would be awesome, thx a lot !

    #3076
    Sakin
    Keymaster

    @VINCE8585: You need to add the following css in your “Custom CSS” in Theme Options.

    #branding .menu .current-menu-item > a,
    #branding .menu .current-menu-ancestor > a,
    #branding .menu .current_page_item > a,
    #branding .menu .current_page_ancestor > a,
    #colophon .menu .current-menu-item a {
    background: #e5e5e5; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
    background: -o-linear-gradient(#f9f9f9, #e5e5e5);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
    background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e5e5e5'); /* for IE */
    color: #000;
    }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Highlight menu’ is closed to new replies.