Hi
You can do this by using module class suffix. For example add this module class suffix in module settings:
- Code: Select all
change_font
please remember that space in front is important. Secondly add a code to css with styles:
- Code: Select all
.change_font {
color: #000000;
font-size: 15px;
}
This is just an example, but that's the way it works.