Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • rasivert Friend
    #159053

    I want to remove the part in the bottom where it says “You are here” and the “Top”-link to the right. Look at attchment. How can this be accomplished?


    1. this
    aman204 Friend
    #372922

    Change this::

    #ja-navhelper .main-inner1 {template.css (line 389)
    padding-bottom: 8px;
    text-transform: uppercase;
    }

    to

    #ja-navhelper .main-inner1 {template.css (line 389)
    display: none;
    padding-bottom: 8px;
    text-transform: uppercase;
    }

    rasivert Friend
    #372936

    Thanks aman204, that did the trick 🙂

    albertvn Friend
    #381879

    <em>@aman204 216411 wrote:</em><blockquote>Change this::

    #ja-navhelper .main-inner1 {template.css (line 389)
    padding-bottom: 8px;
    text-transform: uppercase;
    }

    to

    #ja-navhelper .main-inner1 {template.css (line 389)
    display: none;
    padding-bottom: 8px;
    text-transform: uppercase;
    }
    </blockquote>

    Could you please give me the detailed path to the file?
    I could not see the codes in my supposed file!

    Ninja Lead Moderator
    #381994

    <em>@albertvn 228345 wrote:</em><blockquote>Could you please give me the detailed path to the file?
    I could not see the codes in my supposed file!</blockquote>
    let me rewrite the answer for easier understanding:
    open templatesja_portfoliocsstemplate.css
    change this:

    #ja-navhelper .main-inner1 {
    padding-bottom: 8px;
    text-transform: uppercase;
    }

    to:


    #ja-navhelper .main-inner1 {
    display: none;
    padding-bottom: 8px;
    text-transform: uppercase;
    }

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

This topic contains 5 replies, has 4 voices, and was last updated by  Ninja Lead 13 years, 2 months ago.

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