Hey Max,
Thanks for writing in!
The links are underline by default because of the styling in the theme. To get rid of the underline, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.format-standard .entry-content a:not(.x-btn):not(.x-img-thumbnail) {
border-bottom: none;
}
And for the color, that is because of the default styling in the stack as well. To fix this, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.format-standard .entry-content a:hover,
.format-standard .entry-content a:hover:not(.x-btn):not(.x-img-thumbnail) {
opacity: 1 !important;
filter: alpha(opacity=100);
}
We would love to know if this has worked for you. Thank you.