Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • aalisg Friend
    #1077782

    Hello, our http://www.aalisg.org runs Joomla! 3.8.2 and JA University Joomlart template.

    On our french and english frontpages we display the EasyBlog Latest Blog module called "DERNIÈRES NOUVELLES" on the french homepage and "LATEST NEWS" on the english homepage. As you can notice these modules do not have same CSS properties (except for their titles) than the others modules displayed on the frontpages, "DERNIERS INSCRITS" and "ÉVÈNEMENTS DU LYCÉE" on the french homepage and "LAST REGISTERED USERS" and "EVENTS OF THE LYCÉE" on the english homepage.

    So what we would like is that the "body" of these EasyBlog Latest Blogs modules ("Réunion des promotions 1976 et 1977", "Cotiser" and "Bonne année 2017" for the french homepage and " Meeting of the 1976 and 1977 promotions", "Subscribe" and "Happy new year 2017" for the english homepage) look like the "body" of the other modules displayed on the frontpages in term of font-size, font-weight, margin, padding, spacing between two lines, remove horizontal bar… We would like these CSS "harmonizations" resist framework template and module updates so the code should be written in the custom.css file of the JA University template CSS folder.

    Can you please help us to do so?

    Regards

    Saguaros Moderator
    #1077954

    Hi,

    You can try with this tweak:

    .mod_easybloglatestblogs .eb-mod-title {
        font-size: 13px !important;
        font-weight: normal !important;
    }
    
    .mod_easybloglatestblogs .eb-mod-media-title {
        font-weight: normal !important;
    }
    
    .mod_easybloglatestblogs .mod-item + .mod-item {
        border-top: none !important;
        margin-top: 0 !important;
        padding-top: 10px !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Saguaros 6 years, 5 months ago.

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