Home Forums Basel support forum Text color on hyperlinks

Text color on hyperlinks

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4879

    vantungphan
    Participant

    Hello,

    I would like to change text color on hyperlinks in normal text. What and where should I change? Currently, as you see, both normal text and hyperlink text are the same color, which is hard to realize them.

    Thank you.

    Regards,
    Phan

    #4882

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    You can easily change links color for your blog by adding this code snippet to the Custom CSS section in Theme Settings

    .blog-post-loop a {
        color: blue;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)