Home Forums Square Changing link colors and using excerpts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #234
    LELaing
    Participant

    Two questions:

    1. Is there a way to change the color of a link — not just the color of the hover? (Readers can’t tell what’s a link and what is not.)

    2. Is there a way to excerpt a post when it’s included in a list of posts within a category. Currently, the entire post is included. I’d like for the pages that automatically generate posts within a category to show excerpts, not the entire posts. (I did try adding an excerpt in the appropriate section of the post edit screen, but that doesn’t seem to work in this case.)

    Thanks!

    #243
    Hash
    Keymaster

    Hi,

    1. Here is the CSS to change the color of the link in post/page. Use some Custom CSS plugin to add the code.

    .content-area .entry-content a{color:#5bc2ce; text-decoration:underline}

    2. Check this link that will help you to learn how to add excerpt in the archive page instead of showing whole posts. http://www.wikihow.com/Add-Read-More-to-Wordpress

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.