custom css
1- [Links visible only for registered users] the file i need to change
2-[Links visible only for registered users] (extra class name
3.[Links visible only for registered users] (last css)
im trying to change the color of the title in the grid i created an extra class name
and i edited the code in the custom css
what is the wrong because i didnt work
maybe the code inside the custom is wrong ?
Comments
# is not a class definition. If you set custom class name, instead of # (which is an ID tag), you supposed to use . (dot) instead. For more details about ID's and classes, please visit [Links visible only for registered users]