Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • oharris3 Friend
    #191122

    How can I remove the white horizontal lines under the menu in the footer position?

    See http://www.icac.org.jm/newsite/jupgrade/

    Ninja Lead Moderator
    #507872

    You can try to use this way

    Open newsite/jupgrade/templates/ja_beranis/less/style.less file

    From

    .t3-copyright-poweredby {
    padding-top: @T3globalPadding * 2;
    padding-bottom: @T3globalPadding * 2;
    border-top: 1px solid #2c2c2c;
    }

    Change to

    .t3-copyright-poweredby {
    padding-top: @T3globalPadding * 2;
    padding-bottom: @T3globalPadding * 2;
    border-top: 1px solid #2c2c2c;
    display: none;
    }

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, 1 month ago.

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