Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • swissjoomler316 Friend
    #183491

    Hi,
    I tried to find an answer here: http://www.joomlart.com/forums/topic/user-guide-ja-mero-template-for-joomla-3-0/ but without success.

    How can I link a whole module, not just a text in it or a Read more button? In modules with btn-icon btn-big class this is already possible. How can I make this in this module:

    <div class=”accordion-style mod-hilite1″><img src=”images/joomlart/demo/sam-11.jpg” border=”0″ alt=”Sample image” />
    <div class=”content”>
    <h3>Web & UI Design</h3>
    <p>Adipiscing vestibulum nisl at tempor dignissim Nunc dui vitae at id. Mi Vestibulum Pellentesque lorem quis volutpat nibh facilisis Morbi consequat egestas.</p>
    <p class=”readmore”><a href=”#” title=”Read more”>Read more</a></p>
    </div>
    </div>

    I want the whole “Button” (module) to be linked, not just the Readmore.

    Thanks in advance.

    Ninja Lead Moderator
    #477860

    You can change it with my following suggestion
    from

    <div class="accordion-style mod-hilite1"><img src="images/joomlart/demo/sam-11.jpg" border="0" alt="Sample image" />
    <div class="content">
    <h3>Web & UI Design</h3>
    <p>Adipiscing vestibulum nisl at tempor dignissim Nunc dui vitae at id. Mi Vestibulum Pellentesque lorem quis volutpat nibh facilisis Morbi consequat egestas.</p>
    <p class="readmore"><a href="#" title="Read more">Read more</a></p>
    </div>
    </div>

    change to


    <div class="accordion-style mod-hilite1"><a href="#" title="Read more"><img src="images/joomlart/demo/sam-11.jpg" border="0" alt="Sample image" /></a>
    <div class="content">
    <h3><a href="#" title="Read more">Web & UI Design</a></h3>
    <p><a href="#" title="Read more">Adipiscing vestibulum nisl at tempor dignissim Nunc dui vitae at id. Mi Vestibulum Pellentesque lorem quis volutpat nibh facilisis Morbi consequat egestas.</a></p>
    </div>
    </div>

    <blockquote>Open templates/ja_mero/less/typo.less file</blockquote>
    add new script below

    .accordion-style.mod-hilite1:hover .content a{color: @white;}

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

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

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