Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • woodsworks Friend
    #208927

    I would like to add an image background to css class row feature-dark,

    But the php block structure repeats the class row-feature-dark, same if I add a suffix for the module in the position features-intro.

    consequence: the background-image repeat in the two block like following:

    <div row feature-dark>
    image

    <div row feature-dark>image</div>
    </div>

    The class repeats on the following structure

    <div class=”t3-module row-feature row-feature-dark ” id=”Mod104″>

    <div class=”container”></div>

    <div class=”row-feature-ct”></div>

    <div class=”category-module category-carousel row-feature-dark“></div>
    </div>

    How can I remove the second recall for row-feature-dark in the php file?

    Thanks in advance !

    Saguaros Moderator
    #577919

    Hi

    This is Articles – Category module with custom ‘testimonials’ layout, if you want to remove the second call of this class, you can go to this file:

    root/templates/ja_nuevo/html/mod_articles_category/carousel.php

    At approx line 18, you will see this line of code:
    [PHP]<div class=”category-module category-carousel <?php echo $moduleclass_sfx; ?>”>[/PHP]

    change it to:
    [PHP]<div class=”category-module category-carousel”>[/PHP]

    woodsworks Friend
    #578141

    Thanks Saguaros !!

    Best regards !

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

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

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