• Hi. Only a minor style issue: I wanted to add an ellipsis ... to the slider descriptions but the text isn’t wrapped in a <p> so I can’t select it.

    section.featured-slider div.entry-content:first-child::after {
    	content: "... ";
    	}
Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tied applying a radius to the div class? or did you want it a perfect circle?

    Thread Starter lupinski

    (@lupinski)

    Ellipsis, not ellipse. https://en.wikipedia.org/wiki/Ellipsis

    The post description has been truncated so I wanted to append an ellipsis (three periods) to the end of the string to indicate to the reader that it has been cut off.

    Not sure if it’s possible to manipulate unwrapped text inside a div in this way. Suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image slider description not wrapped in’ is closed to new replies.