Change color of linked text

  • How I can change the word color if I have put a link on it? Currently, it is Grey once linked.

    How can I manage the length of the post layout on the homepage? One of the posts shows most of the content and taking up a lot of space.

    The blog I need help with is: (visible only to logged in users)

  • Hey! 😊

    Let’s take the issues one by one.

    #1. Link Color

    If you want to change the link color inside the text, you can use the CSS:

    a {
        color: #7ca7de;
    }

    Learn more about adding custom CSS, at https://wordpress.com/support/editing-css/

    #2. Managing the length of the posts on the homepage

    The piece of text you see on the Blog (homepage) is called excerpt. There are two potential methods for WordPress to generate excerpts for your posts:

    a) Automatically. By default, WordPress generates excerpts by simply selecting the first 55 words of a post.

    b) Manually. You can manually edit the text to sue for each posts’ excerpt: https://cln.sh/wpO94S.

    You can read more about the excerpt at https://wordpress.com/support/excerpts/.

    Give it a try and let me know if helps. 👀

    Alin

  • The topic ‘Change color of linked text’ is closed to new replies.