Hi,
I need to know, how to hide the date on a custom learning path, when the path was created.
Thanks
please provide the url and screenshot from where you want to hide it
This reply has been marked as private.
add this custom css in your wp-admin > appearance -> customize -> custom css :
.single-lernpfade .indate {display:none;}
This reply has been marked as private.
Hi,
use this code
add this custom css in your wp-admin > appearance -> customize -> custom css :
.single-learningpath .indate{
display:none;
}
if issue not fixed , also share other pages link where it hides .Because we did not able to find other page where this css class is applied.
Thanks, this is working.
Thread can be closed.