Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • nandomora Friend
    #190982

    How do I take off the little point in HTML module? I would like to leave only the vertical stroke, as it appears in the same module at the bottom. The module in question is called CONTACT, in the right column. http://r02.fernandomora.arq.br/como/sobre-o-autor

    I used the following HTML code.

    <p>Para contato profissional.</p>
    <ul class="contact">
    <li><span>Email</span><br /> <a href="#" title="Email">fernando@fernandomora.arq.br</a></li>
    <li><span>Telefone</span><br /> +55 41 9956 0577</li>
    <li><span>Endereço</span><br /> Em breve...</li>
    </ul>

    Ninja Lead Moderator
    #507529

    Your site is offline, I could not access this link: http://r02.fernandomora.arq.br/como/sobre-o-autor. How can I see it?

    nandomora Friend
    #507732

    Sorry… it´s online now.

    Ninja Lead Moderator
    #507752

    <em>@nandomora 391983 wrote:</em><blockquote>Sorry… it´s online now.</blockquote>

    My below solution will help you to remove dot on HTML module

    Open templates/ja_lens/css/core.css file


    .container-main ul li {
    background: url(../images/arround.png) no-repeat 0 10px;
    margin-top: 2px;
    padding: 3px 0 3px 15px;
    }

    Change to


    .container-main ul li {
    background: none;
    margin-top: 2px;
    padding: 3px 0 3px 15px;
    }

    nandomora Friend
    #507802

    Thank you again Ninja… it´s perfect now!!! 🙂

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

This topic contains 5 replies, has 2 voices, and was last updated by  nandomora 10 years, 11 months ago.

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