• Hello,

    When I click in links for my unpublished blog, they disappear. Same when published.

    l got around this in my last blog by changing the text colour. See link to last blog.

    l can’t seem to do this with the new version of WordPress. l can only change the text colour for the entire paragraph.

    Any suggestions would be greatly appreciated. Thank you.

    • This topic was modified 6 years, 5 months ago by trueyoucareer.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi.
    You can set additional css in Appearance -> Customize, like so:

    .post a {
      color: #00f;
    }
    .post a:hover,
    .post a:focus,
    .post a:active,
    .post a:visited {
      color: #1cb9c8;
    }
    • This reply was modified 6 years, 5 months ago by ikaring.
    Thread Starter trueyoucareer

    (@trueyoucareer)

    Hi ikaring,

    Thank you for your reply. Glad to hear there is a solution.

    I don’t know anything about code is the only thing.

    Should l copy and paste this code in the additional CSS field?

    Thank you.

    Yes.
    They will overwrite existing color setting, I hope.

    Thread Starter trueyoucareer

    (@trueyoucareer)

    Ok. l am just a little nervous about breaking my website.

    l see two colour codes there. What colour will links be?

    And how can I undo it, if it doesn’t work?

    Thank you.

    No need to be nervous about this.
    It is just “additional” css. Im sorry to confuse.
    First color is normal state, second is for mouse on state, focused, pressed and already visited link.
    You can just delete the additional css if you dont need, or just change color code as you like.

    Thread Starter trueyoucareer

    (@trueyoucareer)

    Ok. l will give it a go and come back to you.

    Thank you very much.

    Thread Starter trueyoucareer

    (@trueyoucareer)

    Hi,

    That worked perfectly, thank you very much for your help!

    Just wondering is it possible to justify the text with the latest version of WordPress?

    Before, l used the short keys, but this doesn’t seem to work now.

    Good!

    CSS for justify p tag inside single_blog_content:

    .single_blog_content p {
      text-align: justify;
    }

    You would better learn css for more detailed styling:)

    Thread Starter trueyoucareer

    (@trueyoucareer)

    Just like magic…

    Why learn to code, when I can come here and ask for the magic code?

    Thanks again. Have a great weekend πŸ™‚

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Disappearing links’ is closed to new replies.