Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • tulioc Friend
    #190638

    HI, how can I remove the home and top link from footer in home page. Please see image attached.

    Thanks,

    Tulio


    1. wa1
    Ninja Lead Moderator
    #505887

    My solution will help you to remove them

    Open templates/ja_vintas/css/template.css file

    From

    #ja-navhelper ul.ja-links {
    margin-top: 4px;
    height: 34px;
    background: url(../images/dot-line.gif) repeat-y left top;
    }

    .ja-breadcrums span {
    vertical-align: middle;
    display: inline-block;
    background: url(../images/dot-line.gif) repeat-y 25px top;
    padding-top: 8px;
    }

    Change to

    #ja-navhelper ul.ja-links {
    margin-top: 4px;
    height: 34px;
    background: url(../images/dot-line.gif) repeat-y left top;
    display: none;
    }

    .ja-breadcrums span {
    vertical-align: middle;
    display: inline-block;
    background: url(../images/dot-line.gif) repeat-y 25px top;
    padding-top: 8px;
    display: none;
    }

    Don’t forget to clear cache from Admin area

    tulioc Friend
    #505936

    Thanks Ninja.

    Tulio

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

This topic contains 3 replies, has 2 voices, and was last updated by  tulioc 10 years, 8 months ago.

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