Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which theme are you using?

    Thread Starter gfewjf

    (@gfewjf)

    i created my own theme

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    i tried few things but it didnt work

    What did you try?

    Thread Starter gfewjf

    (@gfewjf)

    current menu item

    current menu page

    li.current_page_item

    .current-menu-item a:active

    ermmm those are the only options i remember for now haha.
    But i’m busy with this for 2 days now and google doesn’t help eather that much

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Could you post the code you’re using to generate the menu?

    Thread Starter gfewjf

    (@gfewjf)

    <doctype html>
    <html>
    	<head>
    	<meta charset="utf-8" />
    	<title><?php bloginfo('title')?></title>
    	<!--[if IE]><script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
    	<link rel="stylesheet" href="<?php bloginfo('stylesheet_url')?>" />
    	<?php wp_head()?>
    	</head>
    
    <header>
    
    <div id="toplink-wrapper" class="toplink-wrapper">
              <div class="top-link-content">
                <div class="top-link">
                  <ul>
    		<a target="_blank" href="https://twitter.com/cheapconnect">
    		<img border="0" src="https://www.cheapconnect.net/images/twitter.png">
    		</a>
    		<a target="_blank" href="https://www.facebook.com/cheapconnect">
    		<img border="0" src="https://www.cheapconnect.net/images/facebook.png">
    		</a>
    		<a href="https://cms.cheapconnect.net/?p=1198" style="text-decoration: none">contact</a>
                   <a href="https://forum.cheapconnect.net/" style="text-decoration: none">Forum</a>
                  </ul>
                </div>
              </div>
            </div>
    </a>
    
    </div id="logo">
    	<div id="account1">
    		<a href="https://cms.cheapconnect.net/?p=1196" >Login</a> of <a href="https://cheapconnect.net/register.php">Registreer</a><br><p><div id="top-flag" 			class ="top-flag"><a href="index.php"><img src="https://cheapconnect.net/images/landen/nederland.png" width="25" height="18" alt="Dutch"></a>
    <a href="index.php"><img src="https://cheapconnect.net/images/landen/belgie.png" width="25" height="18" alt="Dutch"></a></div>
    
    </div>
    	<H1><a href="<?php home_url('/')?>"<?php bloginfo('name')?></a><H1>
    	<img src="https://www.cheapconnect.net/images/logo.png" />
    	</div>
    
    <div id='cssmenu'><ul>
       <li class="active" ><a href='https://cms.cheapconnect.net/?p=1143'><span>Home</span></a></li>
       <li class="page_item page-item-2" ><a href='https://cms.cheapconnect.net/?p=1141'><span>Diensten</span></a></li>
       <li class="page_item page-item-3" ><a href='https://cms.cheapconnect.net/?p=1139'><span>Tarieven</span></a></li>
       <li class="page_item page-item-4" ><a href='https://cms.cheapconnect.net/?p=1196'><span>Account</span></a></li>
       <li class="page_item page-item-5" ><a href='https://cms.cheapconnect.net/?p=1198'><span>hulp</span></a></li>
    </ul>
    </div>
    
    	</header>
    
    	<div id="container">
    Thread Starter gfewjf

    (@gfewjf)

    found any options?

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