Viewing 1 replies (of 1 total)
  • Hey,

    Go to your Respective page and on the Widget Styles go to the Design > Links Color. You may choose any color.
    Currently, we don’t have text decoration option in the free version of the theme. So, you may proceed through another way. Go to the respective text widget and on the right side insert a class name(eg; classname) in Widget Class then update the page. Go to the Dashboard > Appearance > Customize > Additional CSS
    Add this:

    .classname a{
    	text-decoration:underline;
    }

    Publish the page.

    Good Day,
    Best Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘How to make the links appears in blue color underlined’ is closed to new replies.