Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • tresoar Friend
    #640352

    Hello,

    A custom module on position footer-info does no show the title. I set the title on ‘show’ in the module. How can I change this?
    Modules on footer-1 etc do show the title.

    Ninja Lead Moderator
    #645298

    This way will help you to enable module title on footer-info position

    + Open templates/ja_medicare/tpls/blocks/footer.php file

    find and change

    <jdoc:include type="modules" name="<?php $this->_p('footer-info') ?>" style="raw" />

    to

    <jdoc:include type="modules" name="<?php $this->_p('footer-info') ?>" style="T3Xhtml" />

    + Open templates/ja_medicare/css/custom.css file (create new file if it does not exist) and add the css style below


    .footer-info .t3-module .module-title {
    color: #ffffff ;
    }

    Ninja Lead Moderator
    #743921

    This way will help you to enable module title on footer-info position

    + Open templates/ja_medicare/tpls/blocks/footer.php file

    find and change

    <jdoc:include type="modules" name="<?php $this->_p('footer-info') ?>" style="raw" />

    to

    <jdoc:include type="modules" name="<?php $this->_p('footer-info') ?>" style="T3Xhtml" />

    + Open templates/ja_medicare/css/custom.css file (create new file if it does not exist) and add the css style below


    .footer-info .t3-module .module-title {
    color: #ffffff ;
    }

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

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

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