Yeah that’s the way it was intended so that the links standout from the regular text, but you can easily remove that by changing “font-weight: 700;” to “font-weight: 400;” instead….or you could remove it altogether if you wanted. This is located in your theme around line 185 in the css (if you haven’t added or removed anything to the original code) and looks like this –
a {
color: #000;
font-weight: 700;
text-decoration: none;
}
Let me know if that helps….and don’t worry, you won’t need to know how to code to change this.