WordPress 6.1 remove sidebar text underline

[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;
}

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer