Skip to:
Content
Pages
Categories
Search
Top
Bottom

I disabled admin/buddy bar. How can I place notifications in my navigation so people will see when


  • 9087877
    Inactive

    I placed the code “
    in the header and it kinda sucks. There is no style at all is it just is there which is a good starting point at least, but it still sucks. It has a crummy bullet which can be corrected by CSS. I have to admit I am being lazy today instead of ironing out the issue myself. So with that, I will ask the community how can I style it so the notifications show up? I want it to kinda display in the similar to the way it does in the admin bar but where I specify? @karmatosed can you enlighten me on this topic. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • @shawn38, give it a class in the header where you placed it something like

    <div id="top-links">
    <ul>
    <li></li>
    </ul>
    </div>

    and put this in your style.css

     #top-links ul li:hover ul { /* lists nested under hovered list items */
    left: 0px;
    }

    Adjust it accordingly.

    Regards


    9087877
    Inactive

    @naijaping Thanks man! By the way your site http://www.suchworld.com is pretty sweet! Are you using the showdown plugin because I was thinking of using it too! Thanks! :-)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I disabled admin/buddy bar. How can I place notifications in my navigation so people will see when’ is closed to new replies.
Skip to toolbar