How to set the bootstrap property to the <p> tag of the description of the course?
Like this ->
http://prntscr.com/hjjwc8, but in the core of template...
I was searching for <p> tag related to fitvids class but couldn't find it..((
Hi,
The course description is the content of the course which is saved in the wp_posts table.
There is no template for the description part only the course has the template. If you want to add come class to a <p> tag which is present in the description then directly add the class in the text mode of editor.
directly add the class in the text mode of editor
- how to do this?
What script is responsible for showing this wp_posts information in <p> tag in wplms template?
Hi,
For the text mode in editor please refer this screenshot:
http://prntscr.com/hkasp8
Okay, I've done this by adding code and div tags onto description of the course.