Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Colin Sherlock Friend
    #162233

    Apologies for this, but I cant seem to find a way of taking the black bar at the top black bar out of the template. I can switch off the ticker but cant take the whole lot out.

    Im missing something simple here, but what?

    Colin

    Sherlock Friend
    #384518

    Dear clinjoomlart,

    You can try with the style as follow
    Open the template.css file templates/ja_seleni/css/template.css,Look for this css
    #ja-topbar {
    background: none repeat scroll 0 0 #050505;
    color: #656565;
    font-size: 11px;
    height: 20px;
    padding: 5px 0;
    position: absolute;
    top: -30px;
    width: 100%;
    z-index: 11;
    }
    change to
    #ja-topbar {
    background: none repeat scroll 0 0 #050505;
    color: #656565;
    font-size: 11px;
    height: 20px;
    padding: 5px 0;
    position: absolute;
    top: -30px;
    width: 100%;
    display:none;
    z-index: 11;
    }

    Hope it would help !

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 13 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum