• I want to make the text excerpts before the “Read More” button fade out slightly. I thought I’d be able to do this with a widget, but I haven’t been able to find one. Is there a simple way to do this?

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Are you referring to a type of animation where the text color changes with time, or simply reducing the color contrast all the time for a more faded look? Either way, you use CSS to do this.

    The excerpts should all be contained by a particular class div. The color CSS for that class can be changed once the correct directive is located amongst all the other CSS. I’m not sure what directives you use to animate the color change, but there is a way.

    Use a CSS analysis tool such as Firebug for Firefox, or a built in tool for other browsers, to identify the proper CSS references.

Viewing 1 replies (of 1 total)
  • The topic ‘Make text excerpt fade out’ is closed to new replies.