Hello,
I tried to create links in the module titles for the spotlight-2 and sidebar-3 positions (news-6 layout) , specifically for the modules in these positions. In the spotlight-2 position it worked, but it needs a space between the image and the module title, as well as a correction in the link position, which seems to be superimposed on the image. See below, please:
For the sidebar-3 position (module RADAR), the custom css has no effect. See the image, please.
I inserted the following code for these positions in the custom CSS file.what did I do wrong?
.t3-spotligt .t3-module.customTitle .module-ct {
border-top: 2px solid #000000;
border-left: 0;
border-right: 0;
padding: 23px 0;
margin-bottom: 0;
}
.t3-spotligt .t3-module.customTitle .module-ct .categoryTitle {
line-height: 1;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
}
.customTitle a.catLink {
color: #000000;
}
}
.t3-sidebar .t3-module.customTitle .module-ct {
border-top: 2px solid #000000;
border-left: 0;
border-right: 0;
padding: 23px 0;
margin-bottom: 0;
}
.t3-sidebar .t3-module.customTitle .module-ct .categoryTitle {
line-height: 1;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
}
.customTitle a.catLink {
color: #000000;
}
}