assassinate with not showing names on mobile
-
Hi – I have used the following code to “hide” the players names on the desktop view on certain lists:
#DataTables_Table_17 td.data-name {
display: none
}#DataTables_Table_17 td.data-name.has-photo {
display: none
}I have this css code in my Divi theme options.
I thought this would automatically transfer over the mobile view, but it is still showing the names on mobile view. I tried adding the following code to my divi theme options without success:
@media only screen and (max-width: 640px){
#DataTables_Table_17 td.data-name {display: none !important
}@media only screen and (max-width: 640px){
#DataTables_Table_17 td.data-name.has-photo {display: none !important
}Any assistance with this would be greatly appreciated.
Thank you.
- The topic ‘assassinate with not showing names on mobile’ is closed to new replies.