Hallo,
I use the Metropolis template and read all topics about modul class suffix, but found no solution for my problem to get two different links in two different moduls on one page.
In one modul I use the css link:
.sidecol_block .module ul.menu a, .sidecol_block .module_menu ul.menu a, .sidecol_block .module a {
color:#000;
}
and this works normal.
In the other modul, a navigation modul, I tried this:
.blau .sidecol_block .module ul.menu a, .blau .sidecol_block .module_menu ul.menu a,.blau .sidecol_block .module a {
color:#ffffff;
background: rgb(255, 255, 255)url("../images/menu_a.png"
background-repeat:no-repeat;
height:28px;
padding-top:5px;
padding-left:5px;
margin-bottom:-1px;}
and add in the modul class sufix field, with a space blau, but no change. I thought this is the way you suggest in the tutorials in the chapter:Applying custom CSS to a single Joomla module. I tried it with the custom css too.
So, I need your help.
With best regards
Peter