Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • awvdhorst Friend
    #200048

    Hello,

    At the top of a JA Decor template you find a title and if applicable a subtitle.
    The title is in a H3-tag and the subtitle in a DIV-tag.
    If I go in the backend of Joomla! to > [JA Masshead] > tab and change the “Header Tag” to H1.
    Nothing changed (after refresh) on the frontpage the title stays at H3 instead of H1.
    The subtitle should be a H2 or H3.

    How can I change the Masshead title tag to H1?

    Jeroen

    TomC Moderator
    #543687

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as set “Optimize CSS” to “No” within your Template Manager–General settings

    Nazario A Friend
    #543727

    Hi Jeroen,

    Please open file: /templates/your_template_name/html/mod_jamasshead/default.php then find these codes:

    <h3 class="jamasshead-title"><?php echo $article->get("title"); ?></h3>

    <h3 class="jamasshead-title"><?php echo $items->name; ?></h3>

    <h3 class="jamasshead-title"><?php echo $masshead['title']; ?></h3>

    Replace the <h3>…</h3> with <h1> … </h1>

    Let me know if this helps

    awvdhorst Friend
    #544603

    Thanks Nazario

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

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

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