Jump to content

add image to user navigation bar


sweethoney

Recommended Posts

this will put a back round image to the user navigation bar and the links in the drop down list you can add any image you want

5998a5e19e9fd_navigationbar.png.edbe2341f64fa2287b7116ae50b9dba7.png

#elUserNav {
  background-color: #2D2D2D;
  background: url(https://www.website.com/image here);
  padding: 2px 15px;
  border-radius: 2px;
  right: 15px !important;
}

#elUserLink_menu {
    border: 2px solid black;
    padding: 1px;
    background: url(https://www.website.com/Imag here);
    background-repeat: no-repeat;
    background-origin: content-box;
}

works 100% dont for get you can change the hover color

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...