Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • arckoo Friend
    #185191

    Hello,

    How do I remove the logo in JA OnePage all together?

    Thanks!

    Ninja Lead Moderator
    #484427

    This way will help you do that

    Open templates/ja_onepage/css/template.css file

    from

    .logo-image a {
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    width: 95px;
    height: 25px;
    }

    change to

    .logo-image a {
    background-image: none;
    background-repeat: no-repeat;
    width: 95px;
    height: 25px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 9 months ago.

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