Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • amaliskas Friend
    #162896

    How do I remove “You are here”?

    Thank you!

    aman204 Friend
    #386808

    Add in this at end of template.css file::

    .ja-breadcrums strong{display:none;}

    amaliskas Friend
    #386921

    I added it to the template.css but it is not not removed. Is the spelling correct for breadcumb?

    aman204 Friend
    #386922

    <em>@amaliskas 234904 wrote:</em><blockquote>I added it to the template.css but it is not not removed. Is the spelling correct for breadcumb?</blockquote>

    Can you provide a link to your site

    Spelling isnt correct but it doesnt matter as of mainly, the css attribute following should be right for it to apply 🙂

    amaliskas Friend
    #386926
    aman204 Friend
    #386933

    <em>@amaliskas 234909 wrote:</em><blockquote>http://www.dariendisposalservice.com</blockquote>

    Change this::

    #ja-pathway strong {template.css (line 1278)
    }

    to

    #ja-pathway strong {template.css (line 1278)
    display:none;
    }

    amaliskas Friend
    #386935

    I managed to remove the words, but how do I remove the block.

    aman204 Friend
    #386968

    <em>@amaliskas 234919 wrote:</em><blockquote>I managed to remove the words, but how do I remove the block.</blockquote>

    Change this::

    #ja-pathway .main {template.css (line 1268)
    position: relative;
    }

    to

    #ja-pathway .main {template.css (line 1268)
    display: none;
    position: relative;
    }

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

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

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