New Landing How can we help? Themeforest Theme Support Flexform Mini Nav Border Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #93201
    KerplunkDesign
    Member
    Post count: 46

    Hello,

    I’m trying to put a small border on the mini nav bar to separate the white background of it from the white areas on the page that it appears over. I can’t seem to get the css right to do this. Can someone help me with this?

    This is the css I’ve tried but is not working:

    #mini-header {
    border-bottom: 2px;
    border-bottom-color: #000000;
    }
    nav .menu li {
    border-bottom: 2px 0;
    border-bottom-color: #000000
    }

    #93324
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this code bellow.

    
    #mini-header{
    border-bottom: 1px solid #000 !important;
    }
    

    Just adjust to your favorite color, etc.

    Hope it helps.

    – Rui

    #93362
    KerplunkDesign
    Member
    Post count: 46

    Perfect!

    Thank you!!

    #93379
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! Thanks Rui

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register