Hi there,
how can we get rid of the frame in JoomlArt Advanced Custom Module ?
I do not know what happened but since we have upgraded to Joomla 4.4.0 and cleared the cache, we suddenly have visible table frame with each column. We want to get this removed so that only the logos are visible.

Otherwise very strange that the text field size in the JACM module is now very small ....this was not the case before Joomla 4.4.0

See screenrecording:
https://drive.google.com/file/d/1LlM_48z83nOTv6pBWTfcLokT5-we3aFJ/view?usp=sharing

Thanks and regards
Markus

Hi Markus,

That border color inherits the gray-light color set in template on your site, in case that you want to remove it, you can use this custom css:

.acm-clients .client-item {
    border: none !important;
}

.acm-clients .row.border-gray {
    border: none !important;
}

Hi saguaros,

thanks so much for the fast reply and solution.
This worked fine.

Cheers
Markus

Write a Reply...
You need to Login to view replies.