removing <p> tag from the_excerpt
-
This is the page I’m working on: https://asplashofcoloronline.com/category/tips/
It seems that the the_excerpt tag adds <p> </p> in the excerpt. I want to take that out. And I want to add an indent. I’ve tried doing it with css, but to no avail.
So I’m looking for where the function is and maybe I can adjust it there.
BTW,
here is the css I tried. Maybe I goofed that up:.moveupandover {
margin: -15px 0 0 15px;
}<span class=”moveupandover”><?php the_excerpt(); ?></span>
========
thanks,
K
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘removing <p> tag from the_excerpt’ is closed to new replies.