Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Upendra Friend
    #199621

    I have a site and recently added a scrolling sidebar as documented on: http://www.joomlart.com/tutorials/joomla-tutorials/tutorial-how-to-add-progressive-sidebar-navigation-in-joomla-article
    My link is: http://goo.gl/JDVoLC
    Before <li>…</li> tags I want to put a ::before tag “Navigation” which seems to be hard for me. It would be great if anyone can point me to correct css.
    Thank you!

    Ninja Lead Moderator
    #542288

    You can define ::before css style in <li>..</li> tag

    Open templates/ja_decor/css/custom.css file, find and see


    .doc-nav > li {
    background: none repeat scroll 0 0 #DEE4EC
    margin-bottom: 1px;
    width: 270px;
    border-left: 5px solid #29739D
    }
    .doc-nav > li > a {
    color: #3F4045
    padding: 5px 10px;
    }
    .doc-nav > li.hover > a {
    font-weight: bold;
    }
    .doc-nav > li.active > a {
    font-weight: bold;
    }

    and re-define li:before and a:before with rules: display: table; content: “”; zoom: 1;

    Upendra Friend
    #542890

    Sorry however I never added any before tag on my CSS pages in my whole life, it’s troubling. You can probably post the cost here in JA?

    Ninja Lead Moderator
    #542994

    Just for better clarification, you can send me the screenshot and an illustrated screenshot of what you are trying to achieve. It would help to understand the issues and give you specific answers.

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

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

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