Elxis CMS Forum

Extensions => Modules => Topic started by: armpouniotis on December 10, 2013, 12:24:12

Title: Advertisments module and CSS suffix
Post by: armpouniotis on December 10, 2013, 12:24:12
Hi there !

I am using Elxis 4.1.

Is it possible to edit the CSS styles for advertisments module, since there is no CSS suffix in its parameters ???

thank you in advance
Christos Armpouniotis
Title: Re: Advertisments module and CSS suffix
Post by: datahell on December 10, 2013, 13:44:42
If you want to add a CSS suffux it's easy:
Open file modules/mod_ads/mod_ads.xml
and add the line below inside the "params" section (anywhere):

<param type="text" name="css_sfx" default="" dir="ltr" label="CSS_SUFFIX" description="CSS_SUFFIX_D" />
Title: Re: Advertisments module and CSS suffix
Post by: armpouniotis on December 10, 2013, 14:23:27
Thank you datahell !