• Hi all

    I am currently building https://www.prestigeaudio.co.uk/wp but am having a few coding issues with the navbar that I am hoping the community can help with;

    1.) On hover for some reason there is a orange pixel over each of the links of the drop down menu that I cannot find the code for?

    2.) The jump menu that works well in the first section (Who we are) doesn’t appear to work for What We Do or for Markets. When it jumps it doesn’t go the the jump I have designated as the title. Can anyone see the errors in my code that would impact this? Last time I had left a spare open bracket.

    Any help would be really appreciated.

    Garry

Viewing 3 replies - 1 through 3 (of 3 total)
  • The orange border is here:

    .header .header-inner .nav ul li ul li a {
        border-top: 1px solid #f60;
        color: #000;
        display: block;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    For the other, you have this:

    <p><a id="hc">&nbsp;</a></p>
    <div class="testimonial-section">

    Try changing that to this:

    <div id="hc" class="testimonial-section">

    Thread Starter kentwebdesigns

    (@kentwebdesigns)

    I’m still struggling with this guys, the problem doesnt seem to have subsided

    Thread Starter kentwebdesigns

    (@kentwebdesigns)

    The navbar colors are finally sorted (hidden under compueter.css) after using WPyogi’s help. What I am struggling is to get these jump menus to work.

    I hope someone can help me out as I suspect I am using some conflicting codes

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