Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1035757

    Hi

    I would like a border around the secondary menu I have placed in the top bar, it says UK Head Office, using this colour #00703c please.

    Thanks

    Alex

    #1035835

    Hey info224,

    Add this to quick css:

    #menu-item-1247 a{
    border:1px solid #00703c!important;
    padding:5px!important;
    }

    Best regards,
    Jordan Shannon

    #1036490

    Hi

    That works sort of however the top line is not showing.

    Thanks

    Alex

    #1036740

    Hi Alex,

    Try adding this css code also:

    #header_meta .sub_menu {
        position: relative;
        top: 13px;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1037227

    Great it worked thanks

    #1037392

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Border around a secondary menu on top bar’ is closed to new replies.