Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • skeeterharris Friend
    #164645

    I would like to make make the module titles for User 1, User 2, and User3 linkable to the other pages on the website. Is there a way to do this either in Template.CSS or another file?

    The website is here – http://macvillagepro.com/joomla161/

    The links headings would be:

    – Watch & Learn
    – Weekly Specials
    – Landscape Project

    Thank you

    chavan Friend
    #393933

    Set “Show Title” to “No” in the Custom HTML Module assigned to postions like user1,user 2 and user3.

    Then add your title in the Custom Output section like this

    <h3> Watch & Learn</h3>
    <h3>Weekly Specials</h3>
    <h3>Landscape Project</h3>

    This will provide you the exact layout without module title.

    Link it this way


    <h3> <a href="#">Watch & Learn</a></h3>
    <h3><a href="#">Weekly Specials</a></h3>
    <h3><a href="#">Landscape Project</a></h3>

    Note: If you Find my Post useful please click on the Thanks Icon

    skeeterharris Friend
    #393936

    Awesome!! Sometimes the simple solution gets clouded when you’re thinking of what do I need to change in CSS! Thank you 😀

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

This topic contains 3 replies, has 2 voices, and was last updated by  skeeterharris 13 years, 4 months ago.

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