Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • coolhackin Friend
    #202426

    Hi Support,

    how do i show the title for the newsletter module, it should contain “Join our newsletter” but somehow its hidden even its enabled. see below link:
    http://sevelinbeauty.com/stg/

    Regards,
    Chris

    Adam M Moderator
    #554249

    Hi Chris,

    Please open file root_folder/templates/ja_medicare/tpls/blocks/footer.php and look for this code :

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

    then update as below :

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

    Next, open file root_folder/templates/ja_medicare/css/custom.css (if you don’t have this file, just create a new one) then add this code :

    .t3-copyright .t3-module .module-title {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 12.5px;
    text-transform: uppercase;
    }

    Save your file and recheck.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Adam M 10 years ago.

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