remove instructor name in courses page
-
hi,
fisrt sorry for my very bad english.
I want to remove the instructor name in the courses page.
I tried to do that with CSS.
I write
.course-instructor .a {
display: none;
}But il doesn’t works.
I don’t understand why.
If i write this :
.course-info {
text-transform: capitalize;
}
it works !
so I can transform the text but I can’t remove it.
Could you help me please.
thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘remove instructor name in courses page’ is closed to new replies.