I have specified a Columns Class as Contacts.name:cc6-cell-cls. Then in my CSS I have tried several ways to write the class rule
first as
.cc6-cell-cls{
color:red !important;
}
then as
.ui.table td.cc6-cell-cls{
color:red !important;
}
When I look at the page source the table cell shows the class as "cc6-cell-cls" but the text color is not red.
Either I have written the rule incorrectly or my class is being ignored.
Where am I going wrong?
Karen
first as
.cc6-cell-cls{
color:red !important;
}
then as
.ui.table td.cc6-cell-cls{
color:red !important;
}
When I look at the page source the table cell shows the class as "cc6-cell-cls" but the text color is not red.
Either I have written the rule incorrectly or my class is being ignored.
Where am I going wrong?
Karen
Have you actually told that CSS to show on your page?
If you're looking at it in the preview / backend view, then it won't show up because it will be using the standard backend template. Otherwise.... Check your page's html make sure the CSS is ACTUALLY showing up. Could also just use a CSS block on your CC page.
This topic is locked and no more replies can be posted.