Reply To: unable to insert hyperlink in post

Homepage Community Forums Epik Theme Support unable to insert hyperlink in post Reply To: unable to insert hyperlink in post

#9668
Wes
Moderator

    I can actually see the code from the site itself (Page Source Code) without needing to login. It’s showing up correctly, but the color is white and you have your background set as white which means it can’t be seen. You can add or change the code like this –

    .epik-blue .welcome a {
        color: #333;
    }

    The code is already in your css, but it’s bundled with other code. You can split it up or add the code above to change it.