Hello everyone,
I'm using the JoomlArt Advanced Custom Module in Type "Pricing" and would like to display the background image on mobile devices. Is this possible? Currently, a black background is displayed on mobile devices instead of the background image.

Best Regards

Hi @eugengtfr,
I have updated the "!important" rule in the style-1.php file (in the ja_purity_iv/acm/pricing/ folder).

$bgPricing = 'style="background-image: url('.Uri::root().''.$helper->get('gl-img').') !important;"';

And It's working fine on mobile now.

Kind regards,

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