Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #665722

    I’m trying to display the bottom border on the bottom row of tabs, but I’m not able to.

    This what I currently have:
    .tab{
    font-size: 13px !important;
    color: navy !important;
    font-weight: bold;
    border: 1px solid !important;
    }

    I tried adding a border to .tabcontainer, but the border extended beyond the last tab.

    Here’s the page – http://www.israelam.com/news-feeds/

    #665723

    Hey asinger777!

    Please add following code to Quick CSS

    .js_active .top_tab .tab {
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 1px;
    }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.