[ad_1]
Hiya,
The sidebar on your site appears to be links, and these should (ideally) be underlined.
This is due to accessibility, in that links should be clearly defined. Although you could use CSS to remove it, I would advise against it, but if you choose to do so, visit the customizer (yoursite.com/wp-admin/customize.php) and select the Custom CSS section where you can add your own styling.
Same with my problem. Site Name in Header is underlined.
@stanvb
Try adding the following to the Custom CSS section in the Customizer:
div.sidebar-main a {
text-decoration: none;
}
