Remove Link Underline in Simple Boxed / Plain Centered Layout
When using links in the Simple Boxed or Plain Centered layout, how can I remove the underline from the link text?
Hi. What you can do is on the frontend where you see this information. Right click an underlined link. In the right click panel there should be an option to select Inspect (element). Select Inspect. It will open the developer Element console showing HTML and CSS. Look for the CSS for me it is on the bottom right. Then look at the CSS area.
Btw take a look at this tutorial I made: https://easywebdesigntutorials.com/how-to-add-custom-css-or-js-to-fluent-forms-in-wordpress/
As it shows how to look at areas be it in Fluent Forms or any area seen on the frontend (the web page one sees) of a site. Learning to look at the CSS. Clicking into the CSS to add code. When I also wonder about which CSS code to add I will look at https://www.w3schools.com/Css/css_link.asp
